Hi,
I have a file that contains fields in a single row e.g
12,13,45,01,05
I would like to write out these fields as seperate rows in a new file e.g
12
13
45
01
05
How do I go about it?
I would appreciate any help.
Thanks
3 Answers:
Posted on August 26, 2009 at 6:09am
Although it's not really a normalization, you are putting values into some column. I'm not sure if it'll work properly without any column defined.
The component description says: "Select the column from the input flow which the normalization is based on"
You'll have to try and see how it works, but I guess you'll need to define some column name if you don't have one.