Hi Team,
I have one xlsx file I have to convert into csv.
So, I have use read range activity then after that I use write csv activity.
but my output come like this why.
but when I copy this csv file from the server and open in my local system the output is correct
so can anyone help me on this, and also i attached an input file below:
RawInput.xlsx (11.4 KB)
1 Like
Parvathy
(PS Parvathy)
February 11, 2024, 10:35am
2
Hi @Anish_Kumar2
Check out this thread
Don’t use the use Excel file activity and all delete all the excel activities and simply use read range workbook activity provide the path of the excel file and sheet name create a variable in the output of read range workbook.
After that use write CSV activity and pass the datatable variable which is the out of read range workbook and give the path of CSV file.
Then it will work!!
It was the simplest procedure. Just use the above two activities don’t use use Excel file and write data to exce…
Check out the below zip file. It was working fine at my end.
BlankProcess31.zip (36.9 KB)
Hope it helps!!
1 Like
That do not work for me maybe in my server there is problem.
I notice whenever I open csv on my server. that popup is came maybe that why its happen
Parvathy
(PS Parvathy)
February 11, 2024, 10:44am
4
Hi @Anish_Kumar2
May be that you be cause. It’s working fine at my local machine too.
Hope you have found the solution. If yes, please mark my post it as solution
Regards
rlgandu
(Rajyalakshmi Gandu)
February 11, 2024, 11:50am
5
@Anish_Kumar2
Instead of writing data in a csv file write it in text file,Here i give comma as a seperator
Anil_G
(Anil Gorthi)
February 11, 2024, 2:03pm
6
@Anish_Kumar2
I dint see any error with the file…to view a csv ideally we need to use text file…sometimes excel might not parse it properly that is usual…the output you are showing is having comma inbetween which is the basic ask for csv
Cheers
system
(system)
Closed
February 14, 2024, 2:04pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.