What is a Raw data point processor?
- Apiro's raw data point processors are common operations used to process raw data, sourced from the specific data sources.
- As you can see from the above visual, raw processors are executing before the consolidation algorithms (aka. Consolidators).
- Below is an example of a GEN EXPRESS processor which will execute a general expression during the raw data point processing phase.
- The raw processors below usings a
Groovy
script to append"_VERIFIED"
at the end of the current value. - Please refer to Schema context guide in order to understand the concepts used in this page.
1 2 3 4 5 6 7 8 9 10 11 12 |
|
- The current version of Apiro does not have any existing predefined raw data point processors.