Plugin : CSV to Array

Author:Rex.Rainbow

Download

Properties

Delimiter

  • Set delimiter for splitting items.

Eval mode

  • Enable "Eval mode" for parsing value.
    • Options : ["No","Yes"]

Actions

CSV to Array

Action:Put csv data into array

  • Put csv data into array.
    • Data ( string ) : Data in CSV format
    • Array ( object ) : Array object
    • Mapping ( Combo ) : Map row/col to X/Y
      • Options : ["Row to X, Col to Y","Row to Y, Col to X"]
    • Z ( number ) : Z index (0-based) of array.

Delimiter

Action:Set delimiter

  • Set delimiter for splitting items.
    • Delimiter ( string ) : Set delimiter for splitting items.

Expressions

Delimiter

Expression:Delimiter

  • Get delimiter.

For Each cell

Expression:CurX

  • Get the current X index in a For Each loop.

Expression:CurY

  • Get the current Y index in a For Each loop.

Expression:CurValue

  • Get the current cell value in a For Each loop.

Expression:Width

  • Get width of array in a For Each loop.

Expression:Height

  • Get height of array in a For Each loop.

Conditions

For each cell

Condition:For each cell

  • Repeat the event for each cell in the csv table.
    • Data ( string ) : Data in CSV format