0.1.0 • Published 6 years ago

node-red-contrib-jsontransform v0.1.0

Weekly downloads
12
License
-
Repository
gitlab
Last release
6 years ago

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