Hi all,
After some investigation I found out my Excel reader file contains "line breaks" causing FME to write the content of a single Excel cell to multiple lines.
Is there a way in FME to clean line breaks?
Thanks,
Ed
Hi all,
After some investigation I found out my Excel reader file contains "line breaks" causing FME to write the content of a single Excel cell to multiple lines.
Is there a way in FME to clean line breaks?
Thanks,
Ed
Best answer by david_r
You can use a StringReplacer:

Text to replace:
\nFor replacement text you can either leave it blank or use a space, depending on what you need.