Hello Support,
I am looking for web data exraction software for one of the project which is given on below link.
http://www2.crw.gov.uk/pr/Default.aspx
Once you open link we need data from right link which is "CCA Search" which will open a form page, just click on Search without changing anything which will open data table which has numbers 1 to 10 each number having links.
Once we click on any number it will open the detailed data and we need that data to be in csv format which should be formatted like attached one.
The issue currently i am running with is When i click Search it doesn't search but when i do it in my browser it works, and if it opens i don't know how to capture some of the data because if you open first three numbers you will see in some fields they have sub fields (check attached csv to see how i managed manually for field 3 and 4)
Is this possible? THis is very urgent project so earlier response will be appreciated.
THanks
Manoj Soni
See the attached demo project.
After clicking on 'Search' button, the next page will fire onload event for <BODY>, then redirect to default.aspx, to simulate this action, I set up 'Refresh after page load' = True for 'Search' form submit template in Advanced tab > Action section, therefore, you can get the results correctly.
I'm not quite sure what you said this:
"
if you open first three numbers you will see in some fields they have sub fields (check attached csv to see how i managed manually for field 3 and 4)
"
if you can give screen-shot to point out what you wanted, that would be fine. in this demo project, I haven't added more elements, but you can refer to current ones to add them by yourself, more elements can be created via 'Using filters' technique:
F.Y.I:
http://manual.visualwebripper.com/default.aspx?manual_id=350
See the attached new project and sample data .
I'm unable to find some fields from the sample pages or other pages which's like you listed in csv file, such as "His Indivi Name/Position", "His Reg Office" ..etc., unless you can further tell me where they are .
We don't support a live training to teach you how to design templates, you can read our online manual where has plenty of examples and detailed concepts about VWR.
F.Y.I:
Quick start
http://manual.visualwebripper.com/default.aspx?manual_id=94
Data extraction concepts
http://manual.visualwebripper.com/default.aspx?manual_id=25
Data extraction examples
http://manual.visualwebripper.com/default.aspx?manual_id=188
I'm sorry, We never provide live training support.
Most of sites are simple without using advanced configs in project, the visual designer is very closed to what you do in IE browser, please you read 'Quick start' and understanding some basic concepts, then check in some example projects, it shouldn't be difficult to learn how to use VWR.
It's working for me, I tested on IE v8 and IE v9, the both works fine.
Have you tried to run the project?
What version of IE browser are you using? In case VWR is only able to work with IE v8 or higher version.