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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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