Learn with Agung Pambudi

Showing posts with label Visual Web Ripper. Show all posts
Showing posts with label Visual Web Ripper. 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...


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...


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...


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,...


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...


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...


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...


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...


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...


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...


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, '...


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...


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...


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...