I am using the “StringReplacer” transformer to replace commas with line breaks.
My attribute value looks like this:
ANGLE: von 115.65130615 auf 116,ident: von --- auf ON,ADRESSCODE: von 6 auf
I tried replacing , with \n, but it does not create a new line.
How can I correctly insert line breaks in FME?



