/
_http_newlines
_http_newlines
HTTP collectors and exporters:
- replace newlines with spaces in JSON data. To retain newlines, see Statement Expression.
- retain all newline characters in HTTP and XML data. To strip the newlines, add the following expression to the attribute expressions that use the data from the HTTP collector or exporter.
.replaceAll(in.value, "[\r\n]", ""
JSON data automatically replaces newlines with spaces.
, multiple selections available,
Related content
_http_newlines
_http_newlines
More like this
HTTP Header
HTTP Header
More like this
HTTP Header
HTTP Header
More like this
HTTP Header
HTTP Header
More like this
jsonToXML
jsonToXML
More like this