This flow works perfectly but converts only one xlsx file. I have 7 xlsx file in the same folder.
How can I convert all the xlsx files into csv?
How can I convert all the xlsx files into csv?
Hey,
hard to say but please take a look to this workflow. It’s works fine:
ExcelToCSV.zip (21.0 KB)
What is your full Directory.GetFiles expression?
What is the expression you’re using in the Assign to FilePath?
Try it this way.
Path.Combine(CurrentFile.Folder,Path.GetFileNameWithoutExtension(CurrentFile.FullName) + ".csv")
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.