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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Script to read from csv file names and create a field in QVD

I have hundreds of CSV files, there is some information coming through file name (like category etc) I need to capture that information while creating a QVD from a CSV so the information captured (from file name) becomes an additional field in QVD. Any suggestions?

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Hi,

LOAD *, FileName() as TableName

FROM Table;

Regards,

Ricardo

View solution in original post

1 Reply
Not applicable
Author

Hi,

LOAD *, FileName() as TableName

FROM Table;

Regards,

Ricardo