REO
February 27, 2024, 12:09pm
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”: “”
},
ulrich
February 27, 2024, 3:55pm
2
Have you seen the file “DemoCSVReadArray” that ships with Ui.vision? It explains/uses the csvReadArray command:
REO
February 29, 2024, 12:52am
3
Thanks for letting me know. I’d like to give one a try.
REO
March 1, 2024, 11:30am
4
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?