Anyone have TSQL script to convert an HTML (in an ntext column) to just plain text? If not, then I'm probably gonna'hafta write one. Arrrrrgh ... Not just stripping all <tag> stuff but intelligent replacement, too.
things like ....
<BR/> and <P></P> with CrLf's
< > with < and >
maybe even converting stuff like <UL> and <LI> into tab indented text?
Anyone got any ideas? There's a lot of little programs out there but I need something that works in a plain old TSQL script!
Start Free Trial