Updated Design: Enhancements to Split Join nodes (markdown)

Dave Conway-Jones 2017-04-08 17:18:24 +01:00
parent 024234ccaa
commit df20ba2df9
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ The Split node takes a single message and (currently) creates multiple messages.
#### Proposal 1
Add `msg.complete` to the last message sent - so that if NOT using automatic join, the multiple parts can be reassembled into another form. For example a paragraph of text in - split into lines - fed directly back into a join could create an array of lines.
Add `msg.complete` to the last message sent - so that if NOT using automatic join, the multiple parts can be reassembled into another format. For example a paragraph of text in - split into lines - fed directly back into a join could create an array of lines out.