Hi Community!
I am trying to find a solution to convert a CSV file to an Excel, but all the direct steps that I can find are of Encodian, Plumsail Documents or other PREMIUM connectors. I could not find any other result that could help me so I'm hereby posting this query.
My target is to convert a CSV file(s) to an Excel format by using Power Automate. The CSV files contain data in a table like structure with headers but I don't think a CSV file identifies them as Tables.
So in theory, I require two steps -
Step 1- I place a couple of CSV Files into a SharePoint Folder
Step 2 - I need to get these files as .xlsx (Excel) files in another SharePoint Folder
The Steps that I tried/created in Power Automate are -
Step 1 (Trigger) - When a file is created in a folder (SharePoint)
Step 2 - Create File (SharePoint)
In this step, I gave the Site Address and Folder Path as Static items.
The File Name and File Content I gave as Dynamic content from the earlier step( I added the extension with File Name as <Dynamic File Content>.xlsx, so that the result file would be excel.)
The result I got was an excel file, but the name was 'Test.csv.xlsx' and the file was corrupted.
I tried to remove the dynamic content from the name and simply gave it as 'One.xlsx'
This time I got the file as 'One.xlsx' but the file was still corrupted.
I also tried some other ways by using Create table function and Create an Excel file, but none of them turned out well.
Other articles in the community are from 2017's and 2019's and in them I could not find a definite answer to weather I can achieve this by not using any PREMIUM Connectors.
If you know of a way to accomplish this, Directly or indirectly, Please let me know. It would be a big help!
Thanks in advance.