Learn with Agung Pambudi

Showing posts with label XPath. Show all posts
Showing posts with label XPath. Show all posts

Selection Techniques - Partial Text Filter or RegEx Filter

Hi, How can I add a Text Filter that matches a partial text or a pattern? For example, if I wanted to capture the dimensions of a TV. ...


Linkarea and Substring Function

I have a template that is a LinkArea. I want to activate only the links that start with a specific text. E.g. V65 See attached screendum...


Selection Techniques - Can parts of text be filter during extraction

While pulling data on dollar amounts owed I noticed that the data pulled is text, is there a way to specify this as a number so that the Dol...


How To Use XPath within R

xpathSApply is a version of xpathApply which attempts to simplify the result if it can be converted to a vector or matrix rather than left a...


How To Create Custom XPath Functions

use 'mod' function in xpath I am trying to select a list of elements through the following xpath: div[position() mod 2 = 1] and it...


How To Create Mixed XPath

You can use the mixed xpath as below: //DIV[@class='centerCol_500 mL10']/DIV[@class='bucket']/DIV[startswith(@class, '...