node-red-contrib-jsontransform

0.1.0 • Public • Published

node-red-contrib-jsontransform

Node-RED node that transforms all records in a JSON Array to another JSON Array by renaming the field names based on a configuration provided.

Added "Config JSON" to specify the configuration for transformation. example: { "Id":"Identifier", "FName":"FirstName" } The above example provides a config for transforming the fields "Id" and "FName" to "Identifier" and "FirstName" in all the records in a JSON Array.

alt text

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i node-red-contrib-jsontransform

      Weekly Downloads

      36

      Version

      0.1.0

      License

      none

      Unpacked Size

      45 kB

      Total Files

      6

      Last publish

      Collaborators

      • febinjoy