Hi, I need to convert an excel file to CSV file.I have read the Excel and used the write CSV activity.But some values like 00123 are changing into 123(Leading zeroes are Missing) and 23/05/2022 is changing into 23-05-2022( / is changing into -). Please help me how to convert a exel file into CSV without losing the cells format.
Thanks in Advance
Yoichi
(Yoichi)
April 25, 2022, 4:27am
2
Hi,
Can you try to turn on PreserveFormat option of ReadRange activity, then use WriteCSV?
Regards,
I have tried that,but it’s not working. Still the formats are getting changed.
Yoichi
(Yoichi)
April 25, 2022, 4:33am
4
Hi,
If possible, can you share your workbook? It’s no problem if dummy data.
Regards,
Mine is a huge confidential client data. U just take these two values for reference (00123, 23/05/2022) in two different cells.
Yoichi
(Yoichi)
April 25, 2022, 5:19am
6
Hi,
In my environment, it works well as the following.
Sequence.xaml (6.2 KB)
test.xlsx (8.6 KB)
Can you try the above sample?
Regards,
ushu
(Usha kiranmai)
April 25, 2022, 5:46am
7
@Konda_Sai_Charan_Goud Use below thread
Hi I’m new uipath user
i would like to ask for your help to convert .xlsx file into .csv .
is it possible ?
[image]
this file is in .xlsx format.
i want this file to convert .csv format and save into desktop folder i created.
[image]
hoping for you positive response
ty.
Hi @Konda_Sai_Charan_Goud
Try opening the output csv file in notepad.