I'm connected to a File System Linked Service where the .xlsb file is and I want to create a CSV file with that information.
This .xlsb file has several sheets and I only need one.
Is it possible to read .xlsb files and select the sheet that we want in Data Factory dataset and copy data activity?
Thanks
It seems it is not possible to select
.xlsbfile as source in Azure Data Factory.Only the following document types are allowed.
Workaround:-
You can convert
.xlsbfile to excel file, there are lot of tools available on the Internet.Then you can Select
NameorIndexinWorksheet modeas shown in below image.For reference - https://learn.microsoft.com/en-us/azure/data-factory/format-excel