-
Hello Sadhana,
I am not sure if your question is similar to the one I have submitted, and for which I got a solution.
https://sourceforge.net/forum/forum.php?thread_id=3322302&forum_id=591299
Regards
Heri,
heribertojanosch@yahoo.com.
2009-09-03 10:01:49 UTC in WebHarvest - web data extraction tool
-
Thanks. I am using Windows XP ...
I will try Jonathan's suggestion, but meanwhile I found a very inelegant solution, but it works.
The "solution" is to read the config xml file into a C# string, then modify the string adding the parameter(s), and finally write the modified string as the config xml run file that wil be executed ...
Thanks again ... Heri.
2009-08-21 11:46:41 UTC in WebHarvest - web data extraction tool
-
I managed it adding ...
charset="UTF-8"
... to the ...
<http
... processors.
I thought that "UTF-8" was the deafult value but now I see I was wrong ...
Greetings, Heri.
2009-08-21 11:36:23 UTC in WebHarvest - web data extraction tool
-
Anybody knows how to manage this?
Why Web Harvest change the
Ó
for
Ó
???
Thanks!!!
2009-08-14 09:37:08 UTC in WebHarvest - web data extraction tool
-
Hi all,
I am writing a Xml file with Web Harvest ...
let $expediente := $doc//contractfileid/text()
[ ... ]
<expediente>{$expediente}</expediente>
But if the content of the variable is, say,
"REMODELACIÓN", it writes "REMODELACIÓN"
How can I fix it?
THANKS IN ADVANCE!!!
2009-07-28 10:56:24 UTC in WebHarvest - web data extraction tool
-
I have not find the solution yet ...
2009-07-28 10:51:25 UTC in WebHarvest - web data extraction tool
-
Thanks Vladimir!
But I do not know if it will work.
What I want to do is to pass a parameter when I run the web harvest config "program". Example:
java -jar webharvest_all_1.jar config=myconfigfile.xml proxyhost=heriberto proxyport=80 proxyuser=heriberto #parameter1=200907071200
How is the sintaxys in my config.xml "program" to capture tha value of the...
2009-07-06 07:13:33 UTC in WebHarvest - web data extraction tool
-
The syntax for command line use is the following:
java -jar webharvest_all_XX.jar [-h] config=<path> [workdir=<path>] [debug=yes|no]
[proxyhost=<proxy server> [proxyport=<proxy server port>]]
[proxyuser=<proxy username> [proxypassword=<proxy password>]]
[proxynthost=<NT host name>]
[proxyntdomain=<NT dom.
2009-07-03 10:51:45 UTC in WebHarvest - web data extraction tool
-
Thanks, Fernando! I will try your suggestions.
Heriberto.
2009-06-18 06:44:22 UTC in WebHarvest - web data extraction tool
-
Many many thanks, Fernando!
2009-06-18 06:42:25 UTC in WebHarvest - web data extraction tool