LARGER
Description
This algorithm assesses the value of all the raw data for the associated data point and chooses the value with the largest size.
Config Location
Config is provided within consolidationAlgorithm element, within the dataPoint element in a schema.
Supported Data Types
- Integer
- Double
- Decimal
- String
- Json
Config Requirements
Config (
Config Example
1 2 3 |
|
Example Result
- the sourced values of data point "VALUES" are: "12", "Joe", "45", "Arnold Schwarzenegger"
- the algorithm will select the value with the largest size. In this case: "Arnold Schwarzenegger"
Config Parameters
not applicable
Common Mistakes
not applicable