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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bushpalaamarnat
Creator
Creator

error in creating a folder name as feild in script

Capture.PNG

I am trying to create a folder name as a field in the script and synthetic key are creating and data is not created.

Could you please advise how to use folder name as a field in the script and load all the file in the folder

ALL:

Load *,

Subfield(Dir,'\', NumberOfTimes + 1) as FolderName;

LOAD

FileDir() as Dir,

substringcount(FileDir(),'\') as NumberOfTimes

FROM

(ooxml, embedded labels);

STORE ALL into (qvd);

0 Replies