UIV as imacros alternative: Reading CSV files

In imacros, if my CSV files has e. g. 2 columns, I have to use “SET !DATASOURCE_COLUMNS 2” before reading a CSV file. How does uiv rpa do this?

Hi

I’m also a former user of Imacros and after years I can tell you that ui vision is a very powerful software and can automate everything. Today I know how to use ui vision well so I can evaluate the potential. Ui vision is more difficult to use than imacros but it has many more features and can automate anything, even the desktop so it’s very good as software. Initially I was a little discouraged because he was used to Imacros but over time and studying I learned to use Ui vision and it’s excellent.

This is the code for your work


{
      "Command": "csvRead",
      "Target": "database.csv",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "2",
      "Value": "!csvReadLineNumber",
      "Description": ""
    },
1 Like

read csv

use ${!colx} to refer to any column
x=column number

1 Like

I know iMacros.
If you need help then can share the code.