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

ORC/Parquet files to a DB

Hello, 

Is there any way to read orc/parquet/text files from Azure Blob Storage, infer the schemas from this files to finally be able to ingest the data in a database?

 

The main problem it's infer the schema from files. I work with Talend Open Studio For Big Data

Thanks

David

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

    At present, you will have to read the data from Azure Blob Storage to local and once the file is available in local, you can prase the file using tFile* components.

 

    Could you please try this approach and let us know whether you are facing any issues?

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hi,

 

    At present, you will have to read the data from Azure Blob Storage to local and once the file is available in local, you can prase the file using tFile* components.

 

    Could you please try this approach and let us know whether you are facing any issues?

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂