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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Converting file with dynamic schema to avro

Hi,

We are trying to convert hundreds of files (which are exports from DB tables)  to avro.

The problem is that we dont want to enter the schemas manually, but read them from the DB (which we know how to of course).

How can we have some external schema file or dynamic update of the schema for tAvroOutput?

Thanks

Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hello,

In talend, here is Dynamic schema feature which allows you to design schema with an unknown column structure (unknown name and number of columns).

Could you please take a look at this article about:How to process changing data structure?

Let us know if it is what you are looking for.

Best regards

Sabrina

Anonymous
Not applicable
Author

This doesn't work with Avro conversion. It doesn't accept dynamic schema.