Invalid csv

I am getting error in read csv as invalid csv. Attached is my csv.abc.zip (8.6 KB)

Hi @Gauri_Rawool

Try to Use Read Text File Activity to read csv file

Regards,
Kommi Jeevan.

Thanks Kommijeevan :grinning:

But how i count number of rows in read text file.

Hi,

The following might help you.

Regards,

File.ReadLines(path).Count();

we refer your screenshot but we are geeting same error in read csv is invalid.

can you attach sample file for this.

Hi,

Can you check if delimiter property in READ CSV activity is Tab?

Regards,

Thanks a lot it works…cheers!! :smile: :grinning @Yoichi

1 Like

we read the csv file and replace also β€œ~” to ",’ but when we are converting it to .xlsx it is not giving proper data in excel.abc.zip (24.5 KB)

attached is the csv and converted excel.

Hi,

In this case β€œ,” is not good because some data contains β€œ,” and parser identify it as a separator.
So perhaps you should use β€œ;” or Tab like above post instead of β€œ,”.

Regards,

Still we are not getting data in proper format. could you please attach sample file .

Hi,

How did you create the excel file?
You can create it to put Write Range activity after Read CSV activity in my previous post, as the following.

img20191218-4

Regards,

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