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. ...
Posted by Agung Pambudi in Scraping, Visual Web Ripper, XPath
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...
Posted by Agung Pambudi in Scraping, Visual Web Ripper, XPath
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...
Posted by Agung Pambudi in Scraping, XPath
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...
Posted by Agung Pambudi in R, XPath
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...
Posted by Agung Pambudi in Visual Web Ripper, XPath
How To Create Mixed XPath
You can use the mixed xpath as below: //DIV[@class='centerCol_500 mL10']/DIV[@class='bucket']/DIV[startswith(@class, '...
Posted by Agung Pambudi in Visual Web Ripper, XPath
Subscribe to:
Posts (Atom)