How to get excel file names and sheet names in azure data factory.

Martin 40 Reputation points
2023-06-08T19:55:11.8266667+00:00

I have several excel files in a blob storage folder, each excel file has some sheets.

I need to get each file name and each sheet name, and then, insert them in a database.

Eg: insert into dbo.FilesNames (FileName, SheetName)

I need to repeat this for each sheet and file.

Thanks.
Regards,

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,024 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,107 questions
{count} votes

Accepted answer
  1. Subashri Vasudevan 11,206 Reputation points
    2023-06-12T15:31:40.8833333+00:00

    Hi Martin . request you to use python as shown here, as there's no dynamic way to get sheet names using ADF activities. https://stackoverflow.com/questions/67541195/adf-how-to-copy-an-excel-sheet-with-multiple-sheets-into-separate-csv-files

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.