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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
DrGenious
Creator
Creator

Add a row

Hey,

 

I have a  fileoutput csv and I append information there. I want after every file to add a row with (*). 

For example   1,2,3,4,5-->file1

                       6,7,8,9,10

                       ************ --> add this row

                       11,12,13,14,15-->file 2

                       16,17,18,19,20

                       *************-->add this row

 

Thanks a lot.

Labels (2)
1 Reply
vapukov
Master II
Master II

hi,

 

the simples way, just add

tFixedFlowInput -> tFileOutputDelimited at the end of each iteration

 

cheers, Vlad