Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have a collection of rows coming from a tmap component.
How can i write them all, each one in a new row, in a file?
I tried with tFileOutputDelimited but it asks for a row separator and i dont know what to put in it (i need something like new row()).
Using tFileOutputRaw it creates a new file for each row.
Thanks,
Stevan
@Fabrizio Meloni ,can you share your job design ? I understand that it was not writing all records in to file from tMap right?
tFileOutputDelimited is probably what you want. The row separator is not necessarily something you add, but is part of the file format. The default, "\n" is usually what you want. Can you show us a screenshot of the job design?