Hi Support,
I have a file with Values filled as Below.
Name,Test
Age,50
X1,Y1
X2,y2
i need to pass one by one value to the variable.
For Example:
Automatically system should pass value to a variable Data
- Data = Name
- Data = 50 …
etc.
it should continue until the last value of the item 2 of each line of file.
PLease help me to do this!!!