Hi,
Im new to formatting flat files destinations, any help is really appreciated.
I have a for each loop container that creates one flat file per certain filters so each iteration would have only one record.
What I want to accomplish is to switch the column names or headers to be in the rows and then start showing the value of that column all this as a Flat File.
Something like this:
FROM THIS:
Col 1 Col 2 Col 3 Col 4
a b c d
TO THIS:
Col 1: a
Col2: b
Col3: c
Col4: d
Can this type of formatting can be accomplished?
Thank you guys !
Regards,
Adriana