Problem to use csv file

hello ,

I currently have a complicated problem, I simply need to copy and paste a table from a csv file to an xlsx file, to do this here is the normal process:

I launch the bot which recovers an export :

  • read csv
    with output
  • xlsx file in a specific tab on the excel file

But it doesn’t work UiPath tells me that line 2 contains more values than the headers.

I’ve tried the suggested solution, i.e. read file text instead of read csv… but it doesn’t work

Can you help me, thanks :slight_smile:

Translated with DeepL Translate: The world's most accurate translator (free version)

@frederic-f.bonnet

Sounds like it’s an issue with the content of the actual CSV. Are you able to confirm that the CSV content is perfect by using a different file and/or by opening the CSV manually?

Thanks

Hi,

It seems like there are two records in CSV file where column values are more than header row columns.

Problem resolved , need to be sure that delimiter is correctly identified

2 Likes

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