Transform methods
FairCom Edge transform method documentation for developers to transform, enrich, and reshape incoming data before FairCom Edge delivers it to devices and software
FairCom Edge's transform method documentation for developers to transform, enrich, and reshape incoming data before FairCom Edge delivers it to devices and software.
A transformation process is a series of steps that occur when a record is inserted into an integration table. FairCom Edge and FairCom MQ provide a variety of transform methods that can be added as steps in a transform process. This section provides a brief description of the FairCom transform methods with links to more complete details.
Transform methods include adding data, modifying data, and reshaping data. You can extract data from JSON and put it in table fields or vice-versa, take data from fields and create JSON. You can also insert records into other integration tables to deliver messages to other MQTT topics and output devices, equipment, and software services.
The following table lists the transform methods provided by FairCom that you can add to a transform step in a transform process.
Important
Before using these transform methods, enable them in the <faircom>/config/services.json
file.
Section | Description |
---|---|
This section details the FairCom Edge transform that converts Siemens UDT binary serialized data to JSON using a schema that describes the format of the original user-defined type. | |
This section details use cases, concepts, tutorials, and the API reference for transforming JSON to fields in a different table. | |
This section details use cases, concepts, tutorials, and the API reference for transforming table fields to JSON in the same table. | |
This section details use cases, concepts, tutorials, and the API reference for transforming JSON to table fields in the same table. |