HI there. I am currently doing a project which requires me to read a CSV and get data from the CSV. What i have done in my Uipath is that I have used a read CSV activity to read the CSV and stored it as a data table called AppleCSV. I then tried to get row item from here
Hi, can I just check, does column index affect this activity? As I do not know when to use 0 and 1 for column index. If possible, can you provide an explanation? I am fairly new to this and trying out things on it
Yes. Just try by changing the Index. But what you are doing is not the way to extract the data from particular row. So i gave you the ForEachRow Activity as suggestion.
See Datatable index always start with Zero (0)
And within Excel we can see that it starts with 1
So if you are taking some counter that Starts with 1 then its equivalent to Excel.
And If you Take the ForEachRow Index then it will start with 0 i.e, der in Property Panel