Plugin : CSV to Dictionary
Author:Rex.Rainbow
- Transfer csv string to dictionary object
Download
Properties
Delimiter
- Set delimiter for splitting items.
Eval mode
- Enable "Eval mode" for parsing value.
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
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