TotallyInformation / node-red-contrib-fs

Node-Red node template for host filing system handling
Apache License 2.0
14 stars 6 forks source link

Node does not preserve message properties #26

Open colinl opened 1 year ago

colinl commented 1 year ago

Software and Package Versions

Software Version
Node.JS 18.16
npm 9.5.1
Node-RED 3.1.0-beta.3
fs node 1.4.1
OS Ubuntu 22.04
Browser Edge

How is Node-RED installed? Where is uibuilder installed?

Node red installed using Pi install script. Not using uibuilder

The fs-lister node does not appear to retain additional message properties when configured to output a message per file, though it does when configured to output an array.

colinl commented 1 year ago

I notice that issue #23 is about the fact that it does retain properties when used to output an array. Impossible to keep everybody happy at the same time apparently.

TotallyInformation commented 1 year ago

Probably should have a flag on the config so that it is an option. However, I'm afraid I've not had time to work on this node for a long time. I'm open to pull requests though.