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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

What is "output in row mode" in tFileOutputDelimited

Hi,
What is the "output in line mode" option for tFileOutputDelimited component ?
I think this component use a buffer. It is right ? Can he write only the beginning of a row (and not a whole row) if the buffer is full? -> the end of the line is written when the buffer is full again (or at the end of process )
thank you for your answers.
Gilles
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi Gilles
Welcome to Talend Community!
If the buffer is full, tFileOutputDelimited will use a new buffer to store the rest data automatically. There is no need to worry about it.
Regards,
Pedro
Anonymous
Not applicable
Author

Hi pedro.
My file is generated by two sub-jobs (I know, it's not good!). Some lines are "mixed" and I wonder if the problem is not the buffer. Writing with "output in line mode" would finish writing a line before starting the next.
Gilles.