Hello,
I have a .csv file delimited with ,
So for instance: “Hello”,“Data1”,“Data2”,“Data3”
I want to get the text contained between the second “” → Data1
How could i get the second element?
Thanks !
Hello,
I have a .csv file delimited with ,
So for instance: “Hello”,“Data1”,“Data2”,“Data3”
I want to get the text contained between the second “” → Data1
How could i get the second element?
Thanks !
Read CSV activity. Select delimiter “comma”. This will be create a datatable. Then you can get it with “Get Row Item” activity.