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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading a data in a folder.

Good Day,

          Im loading one folder where all the files are being loaded using a wild card.

FROM

but the problem is how can i name/tag each loaded file.

Thanks!

1 Solution

Accepted Solutions
rajni_batra
Specialist
Specialist

use filename() or filebasename() functions when loading the folder.

See QV info for more help!!! 

View solution in original post

2 Replies
rajni_batra
Specialist
Specialist

use filename() or filebasename() functions when loading the folder.

See QV info for more help!!! 

Not applicable
Author

Good Day,

     Example. i have 3 Text files with different Data but same fields,

i want to name the first text as JUNE second is JULY and the third one will be AUGUST

so they will not join each other. thnx