Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Best regards
Sabrina