Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Input column order

Hello, 

I am trying to read a csv file for which i have created a metadata, but the order of columns is different, so Talend returns an error.

Is there a way to ignore the order and read the file based on the header names not order.

Thank you for your help.

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

Here is a dynamic feature in talend. It allows you to design schema with an unknown column structure (unknown name and number of columns).

Please refer to this community knowledge article:

https://community.talend.com/s/article/How-to-process-changing-data-structure-ExK7j

Let us know if it is what you are looking for.

Best regards

Sabrina

 

vikramk
Creator II
Creator II

Talend has dynamic schema option for excel and csv files you can utilize it. For same drag a file input component depending on your file type and click on edit schema, in schema add a column and select the data type as Dynamic and connect the input component to your target.

 

By using this process you can insert the data without depending on column order