Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
StevanJovetic10
Contributor III
Contributor III

Append every rows in a file

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

Labels (2)
2 Replies
manodwhb
Champion II
Champion II

@Fabrizio Meloni​ ,can you share your job design ? I understand that it was not writing all records in to file from tMap right?

rholman
Contributor
Contributor

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?