Read CSV Limitation

Hi,

I have some issues reading CSV files with many entries.
I have a CSV file with 31 columns and 90k rows.
I tried running read CSV, but it just gets stuck there for an hour, and since read CSV is a single activity, I can’t print anything to see if UIPath is still reading the CSV file.

May I know if there is any file size or row count limitation for the Read CSV activity?

And can anyone suggest how I can handle csv files with a large number of data?

Thanks,
Melvin

Hi,

I just tried reading a large csv file with 36000 columns and 10 rows i works perfectly fine so there is no limitation for readcsv activity. If you want to be sure download a sample csv file and try to read using read csv.
If read csv is successful then the error must be from your source csv that you are trying to read.

Thanks and regards

hi,

Please follow the basic tutorial,

Thanks,
Karthik.

1 Like