- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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"
}
Was this article helpful?