That doesn’t do the trick. What me and the originator Drew are looking for it a way to transform this…
\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
This
\r\nis
\r\na
\r\nplain
\r\ntext
\r\nbody?
\r\n
\r\n
\r\n
\r\n
\r\n\r\n\r\n
…into this…
This\r\nis\r\na\r\nplain\r\ntext\r\nbody?\r\n
In other words, we don’t need to decode… we need to strip all of the HTML tags.
Does anyone know an easy way to do this in SnapLogic? Otherwise, I the only option seems to be to build a library that knows how to do it. But someone else must have already invented that mouse trap, eh. Thanks - Davey