How to split data from mqtt broker

Hi node-red community, im new in node-red.
i have problem to get data n split it.
i have 5 data. what should i do.

I have 5 data.
now my data is out, but I need a separation on each data.
how to separate data

Muhammad welcome to the forum!

First off, do you control the format of the data being sent to Node-RED? If so, you should think about formatting it as a JavaScript object.

If not, you can split that data using the split node.

I recommend watching this playlist: Node-RED Essentials. The videos are done by the developers of node-red. They're nice & short and to the point. You will understand a whole lot more in about 1 hour. A small investment for a lot of gain.

Thank you zenofmud, i will have a look first.
anything I will ask back later.

Actually I suspect the CSV node may be more useful for this, as you can use the template for assigning property names to each "column"

1 Like

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