Hello!
I am using node-red-contrib-fs to read files from a folder.
There is the possibility that he counts the data and then writes it into a value (msg.count) e.g. 1 of 10, 2 of 10, 3 of 10 and so on.
Hello!
I am using node-red-contrib-fs to read files from a folder.
There is the possibility that he counts the data and then writes it into a value (msg.count) e.g. 1 of 10, 2 of 10, 3 of 10 and so on.
Try using the the timed counter.
Move the msg.payload lenght to msg.topic.
The timed counter can count per msg.topic.