I am trying to copy data from Excel(.xlsx) format stored in Azure Blob Storage to Azure SQL database using Azure Data Factory V2. As Azure Data Factory doesn't provide direct service to Excel files, excel file need to be converted to some other format easily readable by Azure Data Factory, for instance,.csv file. I went through some articles and found that Azure Logic App is one of the ways to convert the .xlsx files to .csv files and tried to implement this approach but couldn't succeed. I would like to know if Azure Logic app could be used for this task and if not, what could be the better implementation to achieve this requirement.
Any help/suggestions would be appreciated.
Thanks.