You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am fetching data with rss-input but in feed the elastichsearch data with HTML Markup but I just want to have data not HTML Markup.
How to remove HTML Markup with filter-xml ?
The text was updated successfully, but these errors were encountered:
since using Nokogiri, could be possible to have filter { xml => ... } act as filter { html => }
or alternatively have filter { xml => { html => true ... } } ... none of this is implemented atm.
back to the original question, if its prober HTML (or XHTML) you just parse it like a XML document.
I am fetching data with rss-input but in feed the elastichsearch data with HTML Markup but I just want to have data not HTML Markup.
How to remove HTML Markup with filter-xml ?
The text was updated successfully, but these errors were encountered: