Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
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?