PhixFlow Help

_newlines

In PhixFlow version 8.3.4 and later, HTTP collectors and HTTP exporters no longer remove newline characters from HTTP data. This may affect the processing steps in the analysis model that includes HTTP data. 

for each stream attribute, add the Expression

 replaceAll(in.value, "[\r\n]", "")

  • for a HTTP collector, add the expression to the following stream's Attribute Expression
  • for an HTTP exporter you can only update a stream with the export

Please let us know if we could improve this page feedback@phixflow.com