node-red-contrib-jsontransform 0.1.0

Node-RED node that filters only required fields from objects in a JSON Array

npm install 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

Node Info

Version: 0.1.0
Updated 6 years, 7 months ago
Rating: not yet rated

Actions

Rate:

Downloads

26 in the last week

Nodes

  • JSONTransform

Keywords

  • node-red
  • transform
  • json
  • jsontransform
  • cache

Maintainers

Contributors

  • Febin Joy