Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt


Tip

In PhixFlow version 8.3.3 4 and earlierlater, 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 remove newline characters from HTTP data. If you want to do this, in the todo-Fiona where?? add the attribute expression 

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 add