I am trying to find how to encode line feeds or how to format my csv input for jmeter.
I need to pass 1000 form-data like this one:
`--custom_boundary Content-Disposition: form-data; name="textualQuery"
transgenic organisms in Netherlands --custom_boundary Content-Disposition: form-data; name="searchProfile"
generic --custom_boundary Content-Disposition: form-data; name="targetCollections"
http://myorganization.org/publications/ --custom_boundary Content-Disposition: form-data; name="semanticAndMember"
http://myorganization.org/Taxonomy/Topics#T6583 --custom_boundary Content-Disposition: form-data; name="resultStartsAt"
1 --custom_boundary Content-Disposition: form-data; name="resultEndsAt"
10 --custom_boundary Content-Disposition: form-data; name="precision"
4 --custom_boundary Content-Disposition: form-data; name="dateFrom"
2010-01-01 --custom_boundary-- `
I know how to handle csv columns and get the param in JMeter but I have tried to replace line feed by \r\n or \n or \r etc but nothing works...
I would really appreciate if anybody could share his experience.
Fred