Plain search/replace

Search and replace text in String values.

Transformer Concurrent Distributed execution possible
  • Value

    InputColumn<String> Required
  • Replacements

    A mapping of strings to do replacements with.

    Map<String,String> Required
  • Replace entire string

    Replace the entire string when the search string is found.

    boolean Required
  • Case sensitive

    Case sensitivity mode.

    boolean Required