cancel
Showing results for 
Search instead for 
Did you mean: 

Converting Excel file to Csv file

Soumya21
Level 6

Hi,

I want to convert Excel file to Csv file without using Ms Excel Vbo actions

If anyone has an idea on this. Please help on this



------------------------------
Soumya k RPA Developer
RPA Developer
Qualesce India Private Limited
Bangalore
------------------------------
12 REPLIES 12

I don't think you need office 365 to use Oledb.



------------------------------
Athiban Mahamathi - https://www.linkedin.com/in/athiban-mahamathi-544a008b/
Technical Consultant,
SimplifyNext,
Singapore
------------------------------

Hi @Athiban Mahamathi Mathialagan,

when I tried using Oledb without installing office 365

I am getting error like this
Could not find installable ISAM.



------------------------------
Soumya k RPA Developer
RPA Developer
Qualesce India Private Limited
Bangalore
------------------------------

NagarajanSundar
Level 2

Hi Soumya,

you must require MS-office installed in the resource for reading the excel content. 

In case, if you have a excel data in the collection. Then you can alter some piece of codes from "create text file" and "Write text file" to customize coding stages. where you have to change the code from ".txt" to ".csv" and then you have to iterate the collection data using loop and refer the Seperator from the control panel. apply the same Seperator.

Note: Above specified workaround is applicable when the line items are very minimal. in case, if it goes beyond more than 5k line items. then it is not suggestable solution.  



------------------------------
Nagarajan Sundararajan
------------------------------