Automatization from CSV

You’re going to have to learn some basics yourself but to get you started, here’s how to open a link taken from a csv file.

        {
      "Name": "OpenCSV",
      "CreationDate": "2018-12-4",
      "Commands": [
        {
          "Command": "store",
          "Target": "CSVFILENAME.csv",
          "Value": "csvFile"
        },
        {
          "Command": "csvRead",
          "Target": "${csvFile}",
          "Value": ""
        },
        {
          "Command": "echo",
          "Target": "LineNumber: ${!csvReadLineNumber}",
          "Value": ""
        },
        {
          "Command": "while",
          "Target": "\"${!csvReadStatus}\" == \"OK\"",
          "Value": ""
        },
        {
          "Command": "selectWindow",
          "Target": "TAB=OPEN",
          "Value": "${!COL1}"
        }
    }

Replace “CSVFILENAME.csv” with the actual csv filename.

Save it into a file and name it whatever is appropriate, with the file extension “.json”, and in the macros folder of Kantu.

Next, you need to click the buttons you described. I can’t help you with that but the docs or vids will get you there fast, I’m sure.