Transformer to delete line breaks in a string
Hello,
Some data is introduced in XSOAR with line breaks. Example:
data1,
data2,
data3,
data4
This data is joined with "," to be introduced in a task. However, data is not parsed correctly and the line breaks are introduced, causing an incorrect
...


