User Activity

  • Posted a comment on discussion Help on WebHarvest - web data extraction tool

    I have the following code to retrieve data from a table ina webpage: <?xml version="1.0" encoding="UTF-8"?> <config> <var-def name="webpage"> <html-to-xml> <http url="http://somepage.www/tablepage"/> </html-to-xml> </var-def> <loop item="currPro"> <list> <xpath expression="//tr/td"> <var name="webpage"/> </xpath> </list> <body> <var name="currPro"></var> </body> </loop> </config> I need to know how the loop logic should be inside to be able to save all the elements of the list in a variable var-...

  • Modified a comment on discussion Web-Harvest GUI on WebHarvest - web data extraction tool
  • Modified a comment on discussion Web-Harvest GUI on WebHarvest - web data extraction tool

    I have the following code to retrieve data from a table ina webpage: <?xml version="1.0" encoding="UTF-8"?> <config> <var-def name="webpage"> <html-to-xml> <http url="http://somepage.www/tablepage"/> </html-to-xml> </var-def> <loop item="currPro"> <list> <xpath expression="//tr/td"> <var name="webpage"/> </xpath> </list> <body> <var name="currPro"></var> </body> </loop> </config> I need to know how the loop logic should be inside to be able to save all the elements of the list in a variable var-...

  • Posted a comment on discussion Web-Harvest GUI on WebHarvest - web data extraction tool

    I have the following code to retrieve data from a table ina webpage: <?xml version="1.0" encoding="UTF-8"?> <config> <var-def name="webpage"> <html-to-xml> <http url="http://somepage.www/tablepage"/> </html-to-xml> </var-def> <loop item="currPro"> <list> <xpath expression="//tr/td"> <var name="webpage"/> </xpath> </list> <body> <var name="currPro"></var> </body> </loop> </config> I need to know how the loop logic should be inside to be able to save all the elements of the list in the same variable...

View All

Personal Data

Username:
idmus
Joined:
2021-03-08 21:48:45

Projects

  • No projects to display.

Personal Tools