简体   繁体   中英

Azure Data Lake Excel Export To CSV as Same Folder / Path

have you ever made an azure data convert Azure Data Lake excel conversion to CSV file.

first, I have tried using SSIS with Azure Data Lake Source, but when Mapping is not possible, the choice is to add text.

second, says try using azure apps logic with create CSV table but the csv that comes out is only the structure in that folder

Thank you in advance

There is not a built-in way to extract from excel file in Azure data lake. I would suggest you to try one of the below approaches:

As I know about Azure, These isn't any way can help convert the excel file to csv directly.

You could follow these steps:

  1. Download the excel file to you computer.

  2. Import the excel file to the you SQL database.

  3. Then export the table data as CSV file to you Blob Storage.

You could reference this document:

  1. Import data from Excel to SQL Server or Azure SQL Database
  2. Connect to Azure Blob Storage (SQL Server Import and Export Wizard)

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM