.xls to .csv

Hi I have a folder with .XLS files,I want to convert all the .XLS files to .CSV file

MoveFileWithRenameUsiNgMoveActivity.xaml (7.9 KB)

Please check this xaml. I am moving all the xls files from folder 1 to folder 2 and converting them to csv.

Just i have used Move attribute.Destination is “C:\Users\A0747917\Downloads\2"+Path.GetFileNameWithoutExtension(item.ToString)+”.csv"

Thank you

for some reason in my hh:mm:ss time fields it adds a date 1/1/1970 automatically when copying to .csv
how can that be avoided?

thank you