Hello, thanks for looking at this. I work for a news org and create tickers using roll/crawls and infograph boxes from RSS feeds a lot, and most of the time the RSS feeds I use from our pool feed subscriptions are pretty clean.
Now I'm trying to set up an RSS roll/crawl playout of the CDC's 2019 Novel Coronavirus RSS Feed. Unfortunately, some times the #CDATA for the Summary rows come back with HTML Tags like <span>, <em>, or <a href="www....>, etc.
Here is the specific RSS Feed: http://tools.cdc.gov/podcasts/feed.asp?feedid=183
Here are the types of tags I want to remove/eliminate altogether: https://www.w3schools.com/TAGS/default.ASP
I'm looking for a way to script or ideally visual logic out all HTML tags. So basically, if I could find a formula to simply remove anything with and between these symbols <>, that would solve it.
Alternatively, is there something in Datalinq that would translate these in some way that's airable?
Your help is much appreciated! Thanks!