I have a column of strings that contain a variety of HTML codes like:
"
'
&
And so on. I want to convert those codes to their string equivalent. Is there a function that does that?
I’ve thought about using String Replace (dictionary) but I’m hoping that’s the hard way.
Cheers, Richard
Hi @RIchardC !!
One alternative to your case is to use the ‘Java Snippet’ Node.
You just have to be carefully setting the input and output columns and also importing the “org.jsoup” library that would make the job.
HTML to plain text.knwf (13.9 KB)
Hope it works!!
Br,
5 Likes
That works perfectly. Thanks.
1 Like
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.