pgyori commented on pull request #5249: URL: https://github.com/apache/nifi/pull/5249#issuecomment-900092826
Amending my previous comment: `"abc\def"` turned into `"abc\\def"` because I was using JSONRecordSetWriter, and in JSON it is normal to escape the backslash. When using CSVRecordSetWriter with CSVReader, the "issue" does not occur, so it is fine, no bug to fix there. -- 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]
