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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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