How to store CSV in an array

How can i store CSV into an Array? Please help

So to get CSV values into an array:

  • Load the data into ${!COL1}, ${!COL2},… with csvRead

  • Assign the values to the array

    {
        "Command": "storeEval",
        "Target": "new Array ('${!COL1}','${!COL2}','${!COL3}')",
        "Value": "myarray"
      },
    

For more info about dealing with arrays see [Solved] [Issue #408] How do I change a value in an array? - #10 by admin - General Discussion - UI.Vision RPA Software Forum | Discuss RPA Automation, Selenium IDE and OCR API Text Recognition

Full array support arrived with V5.5.6. Now csvSaveArray does exactly what you want to do. See Arrays in UI vision Selenium IDE++ - #5 by admin