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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Using tfilelist + tfileinputdelimited with multiple schema type

Hi,
I want to iterate through all csv files using tFileList and add Auto increment column to it and create a new csv files for each corresponding input file. I do not want to append them.
Below is my job flow.
tFilelist --> tfileInputDelimited --> tmap --> tfileoutputDelimited
The problem is that i have different schema type for all input csv files. So how can i set schema type in tmap based on input file name.
Kindly help.
Labels (3)
8 Replies
Anonymous
Not applicable
Author

Hi neilshah,

I think you have to create a separate flow for each schema type and use 'Trigger -> Run If' with a file name mask in the condition. Probably you will have to put the tFilelist in a parent job and then iterate to a child job with the rest of the components.
Cheers
Anonymous
Not applicable
Author

Hi,
For changing data structure, you can use dynamic schema to map different schema structure.
Please see document TalendHelpCenter:How to process changing data structure?
If you want to add further transformation for dynamic column, please see a related forum https://community.talend.com/t5/Design-and-Development/resolved-Generic-Talend-Job/td-p/92354
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks for the reply.
I was following the url that you provided. I do not see any "Dynamic" type in tfileInputDelimited schema editor. Is it only for tmysqlinput?
Anonymous
Not applicable
Author

Hi,
Did you use Talend Enterprise Subscription Version? Dynamic schema is only available in Talend Enterprise Subscription Version.(tfileInputDelimited support for Dynamic Schema).]
Best regards
Sabrina
Anonymous
Not applicable
Author

I am using Talend open studio for Data integration
Anonymous
Not applicable
Author

Hi,

Dynamic schema feature is only available in Talend Enterprise Subscription Version.
So far, talend provides community user with a Free trial of Talend Enterprise Data Integration. You can download it freely from : http://www.talend.com/download?qt-download_landing=2#qt-download_landing

Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
Can we consider your issue as resolved?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
     I Have3 Different CSV Input Files Which are Having Same Schema's.I Want All Those 3 CSV file Containts to be Added into 01 CSV OutPut File.My Map Is As Follows
tFileList-------->tFileInputDelimited(One CSV File Among those 3)------------------>tMap---------------->tFileOutPutDelimited.
I am Only getting One CSV File Containts But Not Rest Of 2 Files. So Please Instruct Me How can I Get Those all File Containts into One File A As a Result.Thank You