Replace processes values by replacing characters in strings.

Interpretation Methods

The processor supports these interpretation methods:

  • object
  • data

Options

FieldTypeDescriptionRequired
oldstringcontains characters to replace in the value.Yes
newstringcontains characters that are replaced in the value.

defaults to an empty string.
No
countintegerdetermines the number of replacements to make.

defaults to -1 (replaces all matches).
No