Error "The CSV file format for _____ is invalid. Line 3 contains more values than the header line."

You need to skip the first 2 lines and start reading from the 3rd.
You could create a local copy of the CSV file, delete the first 2 lines, then read it again (so that the header is on the 1st line).

Alternatively, you can use the Excel Read Range activity and specify the correct range (starting from the 3rd row).

You can check on the forum for similar posts. :slight_smile:

How do I ignore the first row of a CSV when using Read CSV - Help - UiPath Community Forum

Read csv from fourth row - Help / Forum - UiPath Community Forum