From b5653eef4186596249bd1ef7411bf4c533496462 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 9 May 2017 14:43:12 +0100 Subject: [PATCH] Updated Design: Enhancements to Split Join nodes (markdown) --- Design:-Enhancements-to-Split-Join-nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design:-Enhancements-to-Split-Join-nodes.md b/Design:-Enhancements-to-Split-Join-nodes.md index e10ab5c..11339db 100644 --- a/Design:-Enhancements-to-Split-Join-nodes.md +++ b/Design:-Enhancements-to-Split-Join-nodes.md @@ -8,7 +8,7 @@ The Split node takes a single message and (currently) creates multiple messages. #### Proposal 1 -... +Add support for Buffers to be split - let the split "target" be able to be specified as an array format - eg ["0x02","0xf2"] sort of thing (that is itself then parsed into a buffer) to use with buffer.indexOf... ### Join Node