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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Retrieve an excel from azure blob storage and load it in SQL DB

Hello!!

I have a question. I have an excel file in a folder in a container on blob storage. I want to load this file in a SQL table. How can I do it?

 

Regards

Priya

Labels (5)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Priya,

 

   You will have extract the excel file to your local folder using tAzureStorageGet component and then read the file using tFileInputExcel component to load the data to target DB.

 

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

2 Replies
TRF
Champion II
Champion II

1rst you need to transfer your file from Azure to your local drive with tAzureStorageGet.

Then you will be able to manage this file as any regular Excel file.

Anonymous
Not applicable
Author

Hi Priya,

 

   You will have extract the excel file to your local folder using tAzureStorageGet component and then read the file using tFileInputExcel component to load the data to target DB.

 

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