How to handle the popup in CSV File

@mkankatala,

I would suggest to try this workaround.

  1. Use Read CSV activity to read the CSV
  2. Write this Datatable from step 1 to an excel file using Write Range
  3. Now use this excel file for further processing.

Thanks