Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 905 Bytes

InputTranslator.md

File metadata and controls

22 lines (17 loc) · 905 Bytes
title keywords status created updated createdby updatedby
Input Translator
listeners, inputtranslator, pipelinemodule
inprocess
20170927
20170927
Kevin D. Wolf
Kevin D. Wolf

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