rex_csv2dictionary
Introduction
This plugin could load content of official dictionary object by csv string.
This plugin could load content of official dictionary object by csv string.
There is only one "Action:Put csv data into dictionary", put csv string at 1st parameter, and official dictionary object at 2nd parameter. The format of csv string is
for each line, see sample capx for more detail.
The "Eval mode" setting in properties table is the same as rex_csv plugin.
- number: 10
- string: 'hi'
- javascript function: Math.random() -- it return a number
Delimiter
Delimiter is set in property "Delimiter" or set by "Action:Set delimiter". Default is ",".
Delimiter is set in property "Delimiter" or set by "Action:Set delimiter". Default is ",".