Getting an error while reading csv "Line 2 contains more values than the header line". Moreover it is getting opened up manually without any issue

Hi,

Can you try the following steps?

  1. Read csv file as string using Read Text File activity.
  2. Generate datatable from the string using Generate DataTable activity with csv parse option and Use Column Header option.

Regards,

12 Likes