Extract a html tag that contains a string in openrefine? -
there not add title. it's i'm trying do. suggestions?
i reviewed docs @ github , googled extensively.
the best got is:
value.parsehtml().select('p[contains('xyz')]')
it results in syntax error.
the 'select' syntax based on select syntax in beautiful soup (http://jsoup.org/cookbook/extracting-data/selector-syntax)
in case believe syntax need is:
value.parsehtml().select("p:contains(xyz)")
owen
Comments
Post a Comment