numeric-finance

Prev Next

The numeric-finance parser will load data from a column in a source data table and map values to other values before producing a numeric variable within a collection.

It inherits attributes and behaviors from its parent: parser - numeric.

The numeric-finance parser will parse column values and consider numbers within parentheses to be negative.

{
  "parser_type": "numeric-finance",
  "column": "cccc",
  "collection": "collection_name",
  "variable": "variable_name"
}