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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Lawlo
Contributor
Contributor

Using prefix to load documents in a certain job

Hello,

First of all, i am sorry about my english, i will try to do my best to make sure you all understand :

I want to create a job in talend, this job have to load some specifics files in "tFileInputDelimited" or in "tFileInputExcel".

I have a specific folder where all my files will be placed.

(For exemple in the same folder, we will find : 
- AC-XXXXXXX.csv or TR-XXXXXXX.csv etc..)

I wanna check the prefix of all files name in the folder and when the job start, use every file that begins  with AC in the same job.

I was hoping than something like "AC"+*.csv was working but can't find a proper way to do it.

Hope i did explain my issue well. 

Thanks for helping! 

Labels (2)
1 Solution

Accepted Solutions
Shicong_Hong
Employee
Employee

You just need to use a tFileList to iterate all files and set the file mask like this: "AC*.csv".

View solution in original post

1 Reply
Shicong_Hong
Employee
Employee

You just need to use a tFileList to iterate all files and set the file mask like this: "AC*.csv".