Hi All,
I am reading data from a BMS System of a site via web services. The response received from the system is in xml which i am converting to json using xml node. The converted json contains an array of 612 objects which are the parameters I am reading.
I am trying to delete the unwanted information from the array using change node ( I tried with function node as well), but i can only delete the data that is pointing to the exact path.. i.e
This is how it looks like.
I want to delete the "name" from all the 612 objects, I am not able to find out a way to generalize it. Similar problem I am facing with the change as well as in the function node where i am trying to filter the data. I want to replace the "$2d" in the "val" with "_" but i can only do it if I am pointing to exact path.
I am new and still learning, will appreciate your help ..