let split node specify property to split on

and let join auto join the correct property
or manually the specified one.
This commit is contained in:
Dave Conway-Jones
2023-10-17 21:12:13 +01:00
parent eb940d6d57
commit 9fd929ac1e
4 changed files with 161 additions and 40 deletions

View File

@@ -1001,7 +1001,7 @@
"tip": "Tip: The filename should be an absolute path, otherwise it will be relative to the working directory of the Node-RED process."
},
"split": {
"split": "split",
"split": "Split",
"intro": "Split <code>msg.payload</code> based on type:",
"object": "<b>Object</b>",
"objectSend": "Send a message for each key/value pair",