PhixFlow Help

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 newline characters from the returned data. From version 8.3.4 onwards, HTTP collectors and exporters no longer strip out newline characters. If you want to do this, in the todo-Fiona where?? add the attribute expression

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

  • No labels