Input string was not in a correct format CSV and Write Range

Hi everyone,

I’m getting this error after a Read a CSV file using “Read CSV” activity and the pasting the info in an Excel file

Any ideas? This shoud be an easy task but I don´t know what can be happening

Thanks

image

Hi @CP2208, It works fine for me. Could you provide me with your CSV file? You can also try using the workbook activity and see if that fixes the issue.

1 Like
  1. If the Excel file is of the type .xls, then you MUST use the Excel Scope and not the workbook.

  2. If that doesn’t solve it, then you can go with a ‘Read Text File’ (string) and then ‘Generate Data Table’. In ColumnSeperators you choose ; (semicolon).

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