key-value

Prev Next

The key-value parser will load data from a column in a source data table and split strings on a delimiter into key and value. Each key will become the collection name, and each paired value will become the variable name.

This parser can produce both numeric and categorical collections.

{
  "parser_type": "key-value",
  "table_alias": "tata",
  "column": "ccc1",
  "delimiter": "="
}


delimiter

usage: required
The delimiter attribute contains an string which delimits the key and value in the input data.