Read File Line by Line in Node-red

Опубликовано: 31 Октябрь 2024
на канале: Steve Cope
4,727
54

How to Read a File Line by Line in Node-red very useful when trying to decode/extract data and look for data types in a data stream.

This tutorial covers the different methods and modules available in node.js
https://geshan.com.np/blog/2021/10/no...
The video uses the n-readlines module which you will need to install using:

npm install n-readlines.

You use the setup section of the function node to import the module there is no need any more to edit the settings.js file unless you are using a very old version of node-red.
Flow used in video and test data.

https://stevesnoderedguide.com/downlo...