key-value
  • 11 Sep 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

key-value

  • Dark
    Light
  • PDF

Article summary

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.


Was this article helpful?