You can connect to excel file as source dataset format with ADLS as the source.
Within excel file, there is property called Range which helps you specify from which row number and column number you need to start reading the excel file data from.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have source excel file which is coming as showing in the format . Please help how to read excel file with that specified format . Please help . Thank You.
You can connect to excel file as source dataset format with ADLS as the source.
Within excel file, there is property called Range which helps you specify from which row number and column number you need to start reading the excel file data from.
Hello @Bathini, Shirish
To read an Excel file stored in ADLS Gen2 in an Azure Data Factory pipeline, you can use the Excel connector in mapping data flows. The Excel format is supported for the ADLS Gen2 connector in mapping data flows.
You can point to Excel files either using an Excel dataset or using an inline dataset. When using an inline dataset, you will see additional file settings, which are the same as the properties described in the dataset properties section of the Excel format in Azure Data Factory documentation.
Here is an example of how to read an Excel file stored in ADLS Gen2 using an Excel dataset:
This should get you set up
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.