mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user