tagify
  • 27 Jul 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

tagify

  • Dark
    Light
  • PDF

Article summary

The tagify parser will process numeric values produced by an inner parser into categorical variables within a collection.

The tagify parser is a utility wrapper that enables parsers which normally produce numeric variables to produce categorical variables instead.

{
  "parser_type": "tagify",
  "table_alias": "tata",
  "column": {
    "parser_type": "numeric",
    "column": "ccc1"
  },
  "collection": "collection_name"
}

Was this article helpful?