Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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?

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