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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dynamic Schema Creation for tfileinputdelimited

Hello,

 

I am pivoting the data using tpivottocolumnsdelimited component and that pivoted output further i want to load into excel file. 

tFileInputDelimited component asks for schema, but my schema would change(dynamic) as per pivoted columns generated in CSV file.

 

Can anyone guide me in creating schema at runtime using csv file?

 

I am using Talend Open Studio product, i do not have enterprise version's subscription.

 

 

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

Talend dynamic schema feature is only available in Talend subscription solution not open source, it allows you to design schema with an unknown column structure (unknown name and number of columns).
With community version, the schema must be defined at design time, before the job execution.

https://community.talend.com/t5/Design-and-Development/How-to-process-changing-data-structure/ta-p/2...

Best regards

Sabrina