Github user bbende commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/543#discussion_r67700294
  
    --- Diff: 
nifi-commons/nifi-processor-utilities/src/main/java/org/apache/nifi/processor/util/put/AbstractPutEventProcessor.java
 ---
    @@ -126,8 +127,9 @@
                         + "ensure that the FlowFile content does not contain 
the delimiter character to avoid errors. If it is not possible to define a 
delimiter "
                         + "character that is not present in the FlowFile 
content then the user must use another processor to change the encoding of the 
data e.g. Base64 "
                         + "encoding.")
    -            .required(false)
    +            .required(true)
                 .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
    +            .defaultValue("\n")
    --- End diff --
    
    I think this should be "\\n" so it shows up in the property of the 
processor, looks like the code already replaces "\\n" to "\n" before using the 
value 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to