put https://example.com/datainsights/v1.1/stock_reports//custom_cdfs/validate
In order to create a custom cdf the formula needs to be validated.
Notes:
- Column is generated over the name, only with alphanumerical values and lower case. Special characters are replaced with underscore(_)
- A valid formula could be a string concatenation.
- A valid formula could be a math operation.
- A valid formula is a list of objects that contains kind and value.
kind
: cdf | separator | operator | operand | parenthesis.value
: It's the value of the cdf, separator, operator, operand or parenthesis.- Separator: Any value.
- Operator: Valid operators.
- Operand: Numeric values.
- Parenthesis: ( or ).