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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -