timeabarna edited a comment on pull request #5249: URL: https://github.com/apache/nifi/pull/5249#issuecomment-900005124
@pgyori regarding I found some behavior that is not caused by this modification, but came up for me while testing this. If the input data is: "abc\def" and the escape character is not specified (null), I found that in the output we get: "abc\\def" Is the behaviour is the same if you select null escape character for the Writer as well? I think it makes sense to add '\' before an '\' if you select '\' as an escape character for the Writer. -- 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]
