Read cvs

Hi There
I am new to UIPath and have been see video on how to read csv files. But when i look for “Read csv” in my version of UiPath Studio Community Edition there is no “Read”…

Is there a limit to the UiPath Studio Community Edition ?
Have also look at https://www.uipath.com/kb-articles/how-to-read-data-from-a-csv-file. The attached workflow use other ext.

/T

Hi,
Please go to manage package and under available tab please install all the packages available (which include excel activity too)

and restart UiPath.

If above approach doesn’t work then you can manually copy the nuget package to the folder as shown below.

Thanks :slight_smile:

Hi There
Thanks for the Help yesterday.

I have tried to follow the example of https://www.uipath.com/kb-articles/how-to-read-data-from-a-csv-file. but get a lot of error. I downloaded the workflow sample (cvs.uiwf)

Could not find type ‘UiPath.Activities.ReadCsvFile’ in assembly ‘UiPath.Activities’. Row: 42, Column: 6
_ Could not find type ‘UiPath.Activities.ForEach(DataRow)’ in assembly ‘UiPath.Activities’. Row: 61, Column: 8_
_ Could not find type ‘UiPath.Activities.ForEach(DataColumn)’ in assembly ‘UiPath.Activities’. Row: 82, Column: 14_
_ Could not find type ‘UiPath.Activities.WriteLine’ in assembly ‘UiPath.Activities’. Row: 104, Column: 14_

So is there a diffrent between the UiPath Studio Community Edition and the UiPath Studio ?

And what is the diffrent between the Xaml and uiwf format ?

I have look at the “Excel and Data Tables Automations 3.3” and here i am missing the “Message box” and the “Output Data Table” - What have i overlooked ??

/Thanks T