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: 
Rathesh
Contributor
Contributor

Fetching column names from source irrespective of order

I want to load data from excel file to MS SQL database. Source column order may change every time.  Data has to be loaded into appropriate column in database irrespective of source column order.

Labels (2)
2 Replies
iamabhishek
Creator III
Creator III

I am not sure there is any straight forward way to achieve this, Talend doesn't yet support dynamic schema for Excel files as source. 
Although do check out the custom component - tFileExcelSheetInput created by @lli. It's available in Talend Exchange - see if that suits you.

Rathesh
Contributor
Contributor
Author

Is there a way to rearrange the column order separately.