FSchumacher opened a new pull request, #5805: URL: https://github.com/apache/jmeter/pull/5805
## Description This patch escapes new line and carriage return characters when writing and unescapes them when reading those CSV log files. ## Motivation and Context As reported in #5770 and on the users mailing list, we currently do not escape new line characters when writing the CSV log file. ## How Has This Been Tested? Tested on a local test plan and add JUnit tests. ## Types of changes <!--- What types of changes does your code introduce? Delete as appropriate --> - Bug fix (non-breaking change which fixes an issue) But could also be seen as a new feature or even breaking change. ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] My code follows the [code style][style-guide] of this project. - [ ] I have updated the documentation accordingly. [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines -- 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: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org