Using JMeter I have been trying to produce a CSV of the ID of all the database IDs that my web app creates. I’m simply looking to save one column of strings without any spaces, however when I do that I get inconsistent outcomes in the CSV file. Sometimes there are skipped lines and sometimes there are no skipped lines. I have tried working on this with JSR223 and Flexible File Writer but both give the same result, always the same issue. I thought there was whitespace or a line break in my variable but the debug listener indicates that is not the case (also when I remove the ‘n’ character from Flexible File Writer the entire output prints to a single line, so I think there are no line breaks present)
Source: Read More