Plugin : CSV to Dictionary

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 Dictionary

Action:Put csv data into dictionary

  • Put csv data into dictionary.
    • Data ( string ) : Data in CSV format
    • Dictionary ( object ) : Dictionary object

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:CurKey

  • Get the current key in a For Each loop.

Expression:CurValue

  • Get the current cell value 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