Skip to content

Added two new output handlers.

simon.hermann requested to merge simon.hermann/dataprocessor:SanitizeString into main

1.) Added a new output handler, which sanitizes the input string be escaping typical special characters and replaces all newline characters by \n 2.) Added a new output handler, which compares the input with up to 5 values. If the input matches any of the values, it replaces the input with the provided replacement value.

Merge request reports