Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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.
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