Info

Statistics

  • Download count1,093 total downloads
  • Latest download count 336 downloads of latest version
  • Average download count1 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

CSV to Array

  • Actions

    Put csv data {0} into array {1}, map {2}

    Put csv data into array.

    Put csv data {0} into array {1} at Z index to {3}, map {2}

    Put csv data into array.

Delimiter

  • Actions

    Set delimiter to {0}

    Set delimiter for splitting items.

  • Expressions

    Delimiter

    Get delimiter.

For each cell

  • Conditions

    For each cell in {0}

    Repeat the event for each cell in the csv table.

  • Expressions

    CurX

    Get the current X index in a For Each loop.

    CurY

    Get the current Y index in a For Each loop.

    CurValue

    Get the current cell value in a For Each loop.

    Width

    Get width of array in a For Each loop.

    Height

    Get height of array in a For Each loop.