Add option for file-in node to include all properties (default off)

and add test
This commit is contained in:
Dave Conway-Jones
2021-06-25 14:39:18 +01:00
parent d6f6efc189
commit 6aac44db14
4 changed files with 95 additions and 26 deletions

View File

@@ -861,7 +861,8 @@
"encoding": "Encoding",
"deletelabel": "delete __file__",
"utf8String": "UTF8 string",
"binaryBuffer": "binary buffer"
"binaryBuffer": "binary buffer",
"allProps": "include all existing properties in each msg"
},
"action": {
"append": "append to file",