13-10-23 07:23 AM
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
13-10-23 11:11 AM
Hi Soumya,
Use the Move File Action available in File Management VBO.
Inputs
File Path: "C:\Template\ABC.xlsx"
Destination Path: "C:\Template\ABC.csv"
This will convert the .xlsx file to .csv
If you want it to be stored in a different location then in the destination path give different directory "D:\Template\ABC.csv".
------------------------------
If I was of assistance, please vote for it to be the "Best Answer".
Thanks & Regards,
Salman Shaik
------------------------------
13-10-23 05:27 PM
Hello Soumy,
Here are the steps suggested by Salman:
Process exemple:
Output:
Action inputs:
Output:
------------------------------
Leonardo Soares
RPA Developer Tech Leader
Bridge Consulting
América/Brazil
------------------------------
16-10-23 04:54 AM
Hi,
Thanks for the solution.
When I try this solution. when Bot is reading Values through Get CSV as Collection Data is coming in improper format.
Any other solution except copy and move file is appreciated.
------------------------------
Soumya k RPA Developer
RPA Developer
Qualesce India Private Limited
Bangalore
------------------------------
16-10-23 05:49 AM
Hi Soumya,
You can achieve this by slightly modifying the existing SaveWorkbookAs action in Excel VBO. Please refer to the below thread.
Save Excel worksheet as csv | Blue Prism Product
16-10-23 07:10 AM
Hi @Athiban Mahamathi Mathialagan
How can we convert without using excel actions since excel is not installed in machine.
16-10-23 11:03 AM
@Soumya21, can you please share the incorrect format example when you try to convert the xlsx file using move action?
16-10-23 11:15 AM
Hi @Athiban Mahamathi Mathialagan
This is how converted csv file looks like
16-10-23 11:41 AM
Hi Soumya,
if you have oldeb installed in the machine then can you please try the below steps?
16-10-23 12:31 PM
Hi @Athiban Mahamathi Mathialagan
In the machine there is no office installed
To use oledb solution Office 365 is required
How can it be done without using oledb solution and without using excel actions