Reputation: 895
I have a blob storage which contains both csv and excel files. I need to convert excel files into csv files which I will process using Azure Data Factory and I wanted to know how to do this using PowerShell within Azure Function. If not PowerShell I don't mind any other language.
I receive excel files regularly.
I have never used Azure Functions before so this is a new area for me. I will be using VS Code.
Upvotes: 0
Views: 2397