Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I've multiple csv files with different schema being sent to shared folder and i need to load the same to target i.e. HDFS. Also, note once loaded files have to be moved and new files will be sent to the folder over time.
Is there a way where i can define a generic schema and load all files at once.
Thanks!
Hello,
Here is a dynamic schema feature in talend which allows you to design schema with an unknown column structure (unknown name and number of columns).
Let us know if this article helps.
Best regards
Sabrina
Hi, Thanks for the reply.
However the example shows loading one kinda of schema to a table. I was looking for dynamic option such as loading multiple files to multiple different tables.
Cheers!