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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Working without Schema

Hello, 
I was wonderring if it's possible to work in Talend without specifying a schema in the component.
For example, if I have a tFileInputDelimited and I state that the delimiter is ',', but I don't want to 
specify a schema. The rows from the file, I want to append to another file.
Is it possible?

Thanks,

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
Here is "dynamic schema" which [size=2][font="Calibri",sans-serif] allows you to design schema with an unknown column structure (unknown name and number of columns). You don't need to specify your columns one by one.[/font][/size]
[size=2][font="Calibri",sans-serif] Could you please take a look at document:TalendHelpCenter:How to process changing data structure? to see if it is what  you are looking for?[/font][/size]
[size=2][font="Calibri",sans-serif] Best regards[/font][/size]
[size=2][font="Calibri",sans-serif] Sabrina

[/font][/size]

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,
Here is "dynamic schema" which [size=2][font="Calibri",sans-serif] allows you to design schema with an unknown column structure (unknown name and number of columns). You don't need to specify your columns one by one.[/font][/size]
[size=2][font="Calibri",sans-serif] Could you please take a look at document:TalendHelpCenter:How to process changing data structure? to see if it is what  you are looking for?[/font][/size]
[size=2][font="Calibri",sans-serif] Best regards[/font][/size]
[size=2][font="Calibri",sans-serif] Sabrina

[/font][/size]
Anonymous
Not applicable
Author

Hi, Sabrina.
It's exactly what is was looking for, Thanks.