Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In PhixFlow version 8.3.3 and earlier, HTTP collectors and exporters automatically stripped out all newline characters from returned data. Due to a change in the underlying libraries, in PhixFlow version 8.3.4 and later, all newline characters are retained. This change may affect analysis models that include HTTP collectors or exporters. 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]", ""
Used in File ExporterFile Collector


  • No labels