How to parse the tags of influxdb in nodered?

{"host": "test0", "latitude":25, "longitude":111, "temperature":28}

I want to import the uploaded JSON data into the database and set the host as a tag, how can I do that?

Start by reading the help text for the influx node, it will tell you how to format the data with fields and tags.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.