node-red / cookbook.nodered.org

Node-RED Cookbook
http://cookbook.nodered.org
Apache License 2.0
84 stars 34 forks source link

Feedback on 'Parse CSV input' #66

Closed rchandrashekar closed 5 years ago

rchandrashekar commented 5 years ago

How can iterate the msg.payload Object array.

I have an message array as below from the CSV file, how can i have a function to iterate.

Regds Rahul.

[{"Sensor_Value":"0-200","Computed_Value":10},{"Sensor_Value":"200-300","Computed_Value":20},{"Sensor_Value":"300-400","Computed_Value":30},{"Sensor_Value":"400-500","Computed_Value":40},{"Sensor_Value":"500-600","Computed_Value":50},{"Sensor_Value":"600-700","Computed_Value":60},{"Sensor_Value":"700-800","Computed_Value":70},{"Sensor_Value":"800-900","Computed_Value":80}]

knolleary commented 5 years ago

Hi - this issue tracker is for feedback on the cookbook. It is not a place to ask questions and get help with your problems.

Please use the forum.