I wasn't sure about category so I put Process Advisor.
-------
I'm new to PAD. I'm trying to extract data from a CSV and output it into a web form.
For now I'm just trying to extract data from a CSV file and display it in a message using the Display Message action.
I've used "Read from CSV file" to import the CSV data. This seems to have worked. It's my understanding that it produces a Data Table. I can print the entire data out to a message, but I can't seem to extract certain cells or rows for example. Every notation I've tried has failed.
I tried Set Variable as below, but this just prints the letters in the value box rather than what it points to. I also tried using [0][0] instead of the exact column name, but the result is the same.
So how do I print out cell A3 or row 1?