How to used start process to open csv file in UIPATH?

Hi everybody…

I’m a new member .Could I know how to open Csv file by using getDirectory and start process ?

Thanks you guys :smile:

@LwinMoeAUNG

You can use Read CSV activity to read the CSV file.

https://www.uipath.com/kb-articles/how-to-read-data-from-a-csv-file

Regards,
Karthik Byggari

@KarthikByggari

Thanks fro reply.But I want to open csv file automically as like using excel application scope .
Could I know bro?

Thank you :smiley:

@LwinMoeAUNG Try using start process

image

1 Like

In the Start Process Activity pass the following

  1. Under FileName: Provide the Excel.exe path
  2. Under Arguments: Provide the complete CSV file path

Then run it.

1 Like

@indra
@baskaran.c

Thanks for all.I will try it.

Thanks for suggestion.:heart_eyes:

1 Like

I got with star tprocess!!!
Thanks you guys:heart_eyes::smiling_face_with_three_hearts:

1 Like

please someone help me I couldn’t found Read CSV Write CSV option in activities and not able to install from manage packages.

please someone help me I couldn’t found Read CSV Write CSV option in activities and not able to install from manage packages in Uipath.

Make sure you have the UiPath.Excel.Activities library added to your project dependencies.

You don’t install activities. You install libraries. Those libraries contain many things, including activities.

@Pritish_Mendhekar
Also answered in your origin Topic