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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Make an append in a store sentence

I have a store sentence to save my resident table in a csv file

STORE Dups INTO C:\curso qlickview\ficheros\salida_dups.csv (txt,delimiter is ';');

Now I want to add more rows to my csv.

Is there anyway of doing an append to add rows to the csv, instead of replacing it?

Thanks,

2 Replies
amit_saini
Master III
Master III

Not applicable
Author

how do the records you want to append differ from from the ones that already exist.

Also if you want to do this more offen, its good idea to add last updated date column.

please let me know to give you te exact script. is it Ok to get te csv files with couple of dummy data records?