Home > Pipeline Modules

Input Translator

…more details coming soon…

The Input Translators job is to take the incoming message in it’s raw format and extract the values into a normalized array of key value pairs so that further processing can be done on the message. As part of defining your device messages you defined the fields that make up the message, as part of this you also defined how those fields should be extracted or parsed from the message.

Since we have the message and we have the template as to how the fields should parsed, our efficent parser algorithm will