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: 
Shinesei
Contributor
Contributor

[resolved] What does "Output in row mode" do in tOutputFileDelimited component?

Hi
what does the option "output in row mode" does in a tOutputFileDelimited delimited? Could someone please post an example of how a file is differently created with this option set? 
Thank you
Labels (2)
1 Solution

Accepted Solutions
vapukov
Master II
Master II

https://help.talend.com/search/all?query=tFileOutputDelimited&content-lang=en
Select this check box to ensure atomicity of the flush so that each row of data can remain consistent as a set and incomplete rows of data are never written to a file.
This check box is mostly useful when using this component in the multi-thread situation.

View solution in original post

2 Replies
vapukov
Master II
Master II

https://help.talend.com/search/all?query=tFileOutputDelimited&content-lang=en
Select this check box to ensure atomicity of the flush so that each row of data can remain consistent as a set and incomplete rows of data are never written to a file.
This check box is mostly useful when using this component in the multi-thread situation.
Shinesei
Contributor
Contributor
Author

Thank you vapukov, now I understand.