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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to do parallel execution with tfilelist

I am trying to combine a folder of csvs into one single csv.  I would like to parallelize the execution however when I enable it, it appends to the one single csv as soon as it reads it.  So one line on the new csv will contain many rows of the other files.  The parallelize doesnt wait for the other components to finish writing.  Is there a way to speed this process up with out the rows becoming corrupted?

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
Did you design your job like: tfilelist-->iterate-->tfileinputdelimited-->tfileoutputdelimited?
Best regards
Sabrina
Anonymous
Not applicable
Author

Yes thats exactly what we have


0683p000009MFt2.png
vapukov
Master II
Master II

Try with:
tFileOutputDelimited -> Advanced Settings - Output in Row mode