Conversion of excel files to csv files

hey guys… i come across one scenario want your help.
I have 1000 excel files in folder A and need to copy them in folder B and change folder B into csv.
Thank u.

Hi @jyoti

Refer below flow for conversion of xlsx / xls to csv

Main.xaml (9.3 KB)

you can use for each loop to read the directory files and keep move file inside for each loop

Hope this helps

Thanks

Thank u.