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' #78

Closed Nitesh-bit1991 closed 4 years ago

Nitesh-bit1991 commented 4 years ago

how to add the tag key when ''Parse CSV input''. the csv file is successfull seen in debud but I want to see the csv file with tag key in influxdb.

I tried with this: msg.payload = [{ Vlaue:"home1.csv" ,#file name home1 }, { tag:"COIL_ID",# want to use this tag in my csv file }]; return msg;

dceejay commented 4 years ago

As per the issue form you have managed to delete - we prefer general how-to questions via either slack or the discourse forum, where a much larger audience can help. As this in particular is about influxdb, that none of the core team use, and now nothing about. - I'm going to close it here and let you ask in the forum instead