+1 vote
in Azure by
How to copy multiple sheet data from an Excel file?

1 Answer

0 votes
by

When using an Excel connector within a data factory, we must provide a sheet name from which we must load data. This approach is nuanced when we have to deal with a single or a handful of sheets of data, but when we have lots of sheets (say 10+), this may become a tedious task as we have to change the hard-coded sheet name every time!

However, we can use a data factory binary data format connector for this and point it to the Excel file and need not provide the sheet name/s. We’ll be able to use copy activity to copy the data from all the sheets present in the file.

Related questions

0 votes
asked May 10, 2019 in Other by anonymous
0 votes
asked May 7 in JAVA by SakshiSharma
0 votes
asked Dec 19, 2022 in Azure by Robin
...