How to read and XML file and convert the same to a CSV file using Azure function?, also the XML file name and the new CSV name should be parameterized
I want to convert an XML file to CSV which resides inside my Azure blob storage container using Azure function via Python code, but the problem is I need to pass the XML file name and the CSV file name…