How to convert CSV to Excel

I tried read csv & write rang but its not working,Same csv writing in excel

@Yoichi its not working

@pravin_bindage

Is the column separation comma?

or is it different?

If different then use read text and generate datatable and then write range

cheers

1 Like



What should i do in this type scenario where csv contain multiple column it results like this
ā†’ Column G
@Anil_G

@pravin_bindage

In generate datatable use ; as the column separator

cheers

yes iā€™m already using that still results this

@pravin_bindage

After generate datatble activity is the datatable not separated into columns?

Can you show your flow please

cheers


@pravin_bindage

Please change format to custom

cheers

Not working still

@pravin_bindage

So you have comma and semi colon as separators?

can you please share a sample file here

cheers

access-code-password-recovery-code1.zip (429 Bytes)

can we use multiple column separator in generate data table activity ?

@pravin_bindage

After reading the data, say the data is read into variable str

then use assign with str = str.Replace(ā€œ,ā€,ā€œ;ā€)

then

We can replace the remaining separators to the required and the generate

cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.