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
How To Replace Something with New Contents in Page
I added a new 'trans' transformation element , it will replace something with new contents in page. the 'trans' element ha...
Posted by Agung Pambudi in Regular Expression, Visual Web Ripper
Using XPATH Contains Function
if I had a section of HTML I was trying to scrape like this: <SPAN id=ctl00_MainContent_gvSearch_Result_ctl09_lblDescription class=smal...
Posted by Agung Pambudi in Visual Web Ripper
Wait For an Specific Element or Template
if you'd like to wait for an specific element / template,you can mark check "wait for element" option in Misc tab, by default,...
Posted by Agung Pambudi in Visual Web Ripper
Parameterize Proxy via Command Line
We're currently running few projects using the command line utility. And I want to give in proxy address and port, because the websit...
Posted by Agung Pambudi in Visual Web Ripper, Windows
The OraOLEDB.Oracle provider is not registered on the local machine
I am trying to connect my Visual Web Ripper installation to an Oracle database on our company's network. The connection string that I am...
Posted by Agung Pambudi in Oracle, Visual Web Ripper, Windows
Error Messages
I'm getting this error message on projects that used to work correctly before. The message says: I get this error in a lot of project...
Posted by Agung Pambudi in Visual Web Ripper
Using Visual Web Ripper to Bypass Captcha
How To Bypass Captcha Automatically To configure your data extraction project for semi-automatic CAPTCHA processing, you need to d...
Posted by Agung Pambudi in Scraping, Visual Web Ripper
How To Bypass Captcha Automatically
CAPTCHAs. (source: www.extremetech.com) If you don’t want to use the DeathByCaptcha service you can substitute it with some OCR softw...
Posted by Agung Pambudi in Scraping, Visual Web Ripper
The Most Useful of A Group Template
When I attempt to open the group template, nothing happens. A group template is an container to iterate through all input items from CSV f...
Posted by Agung Pambudi in Visual Web Ripper
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
Custom Export to Oracle Database
I'd like to ask how can i extract data to oracle DB ... i tried to export to SQL server before .. and it was succeded but when im tryin...
Posted by Agung Pambudi in Visual Web Ripper
How To Use The Caret In Regex
How To Use The Caret In Regex I would like to use the caret (^) in regular expressions You can try to escape the char in syntax since the...
Posted by Agung Pambudi in Regular Expression, Visual Web Ripper
How To Filter and Remove Exact Words
I have a category list like this: Articles by AAAAA Articles by BBBBB Articles by CCCCC Articles by DDDDD Articles by EEEEE ... Is there a...
Posted by Agung Pambudi in Regular Expression, Visual Web Ripper