QlikView Administration

Discussion Board for collaboration on QlikView Management.

Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!

Who Me Too'd this solution

datanibbler
Champion
Champion

Hi Jonathan,

I came the same way, from another system. Most things are similar, some are different or new.

You can of course load all existing .csv files and concatenate (append) them to one another if their structure is always the same - you can do that in a loop or with a Wildcard_LOAD;

Or you can just load what you have (the 1st time round, then save it in a qvd_file.

=> From the 2nd time on, you would first load the qvd, then concatenate the new csv_file and save the end_result.

=> loading from a qvd_file is faster, so this would be preferable c.p.

HTH

Best regards,

DataNibbler

View solution in original post

Who Me Too'd this solution