Hi all,
I'm a new user of Node-Red and currently attempting to build a specific data reader/organizer, please excuse my ignorance if something like this has been answered before, I did a quick search around the forums and flows however nothing turns up quite similar.
I want to write function that would allow me to read all files in a specific folder of the same format (.txt) categorize them based on names of the files as they would all be under a similar naming convention such as:
day_1_datafile1.txt,
day_1_datafile2.txt,
day_2_datafile1.txt,
day_2_datafile2.txt,
so on and so on.
I would then need to pool the content of each of these files by day into a new file perhaps a json so that I can feed then to html based interface that displays these data visually. The content formatting of these .txt files are subject to change, however the main thing here is to have them organized and pooled in the right way first.
Any advice or perhaps hints anyone could offer is greatly appreciated.