When looping with CSV, set ${myCSV[0][0]} to ${myCSV[0][1]}

I’m Japanese and I really like this software and use it, but I’m having trouble.

Can someone please lend me your strength?

How to read a CSV file, input it as ${myCSV[0][0]}, and then input it as ${myCSV[0][1]} when looping

{
“Command”: “csvReadArray”,
“Target”: “Test.csv”,
“Value”: “myCSV”,
“Description”: “”
},
{
“Command”: “type”,
“Target”: “id=title”,
“Value”: “${myCSV[0][0]}”,
“Description”: “”
},

Have you seen the file “DemoCSVReadArray” that ships with Ui.vision? It explains/uses the csvReadArray command:

DemoCSVReadArray

Thanks for letting me know. I’d like to give one a try.

I have asked this question before and could not resolve it. No matter how many times I try, it is still inputting ${myCSV[0][0]} and not ${myCSV[0][1]}.

Could you please tell me the solution, Mr. ulrich?