martinzink commented on a change in pull request #1188:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1188#discussion_r731860607



##########
File path: PROCESSORS.md
##########
@@ -295,6 +296,30 @@ In the list below, the names of required properties appear 
in bold. Any other pr
 | - | - |
 |success|FlowFiles that are sent successfully to the destination are 
transferred to this relationship|
 
+## DefragmentText
+
+### Description
+
+DefragmentText splits and merges incoming flowfiles so cohesive messages are 
not split between them
+### Properties
+
+In the list below, the names of required properties appear in bold. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values, and whether a property supports the NiFi Expression Language.
+
+| Name | Default Value | Allowable Values | Description |
+| - | - | - | - |
+|**Pattern**|||A regular expression to match at the start or end of messages.|
+|Pattern Location|Start of Message|Start of Message<br>End of Message|Where to 
look for the pattern.|
+|MaxBufferAge|||The maximum age of a buffer after which the buffer will be 
transferred to failure.|
+|MaxBufferSize|||The maximum buffer size, if the buffer exceed this, it will 
be transferred to failure.|
+
+### Relationships
+
+| Name | Description |
+| - | - |
+|success|Flowfiles that have no fragmented messages in them|
+|original|The FlowFiles that were used to create the defragmented flowfiles|

Review comment:
       yeah, it was deleted as part of this review this seems a leftover, 
removed it in 
https://github.com/apache/nifi-minifi-cpp/pull/1188/commits/6bdfd7e37c9a16c977b6c785d661a9326383b113




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to