Parser
Definition
Devices can send Messages in many different formats, or Content Types. These formats can include JSON, XML, CSV or even Binary. A Parser is used to extract the values from the Message Payload to be used within fields of a PEM.
Example
The Plymouth IoT Conveyor Belt sent a Message that contains a JSON Payload. A Parser was created that extracted the temperature from the JSON and made that value available to the Workflow module.