Product Features
...
Analytics
Statistical Functions
Base Conversion
3min
the base conversion processor allows you to convert a number from one numeral system to another you have the following base conversion options decimal > binary decimal > hexadecimal decimal > octadecimal binary > decimal octadecimal > decimal hexadecimal > decimal base conversion overview with this function, you can convert the base from decimal to binary, decimal to hexadecimal, decimal to octadecimal, and the other way around as well for conversion of various units to decimal, it is expected that the input is a string your input needs to have a field named value if you are converting from binary/ octadecimal/ hexadecimal to decimal if 12 is the input in decimal place, the output of decimal > hexadecimal would be "c" if 12 is the input in decimal place, the output of decimal > binary would be "1100" base conversion parameters parameters details conversion this parameter specifies the type of conversion you want to perform, such as decimal to binary, decimal to hexadecimal, decimal to octal, binary to decimal, octal to decimal, or hexadecimal to decimal pass through value this parameter allows you to specify how to handle anomalous data you can choose to replace the current value with an anomaly field if any anomalous data is detected during the conversion process note when creating an analytics flow with base conversion processor, refer the use the base conversion function docid\ ixjplkpurykx0honkz9to guide for more details