Dear all, I wish to save the result of string extractor to a text document or database, any idea to do it?
Currently i using html parser 1.6 version.
this work: sample : stringextractor http://www.yahoo.com
but if i write: stringextractor http://www.yahoo.com test.txt this fail
the objective is save the text content of web pages to a file and database. Any idea?
Thanks! Best Regards, Sam
Redirection should work: stringextractor http://www.yahoo.com >test.txt
It work! Thanks you very much!
Log in to post a comment.
Dear all,
I wish to save the result of string extractor to a text document or database, any idea to do it?
Currently i using html parser 1.6 version.
this work:
sample : stringextractor http://www.yahoo.com
but if i write:
stringextractor http://www.yahoo.com test.txt
this fail
the objective is save the text content of web pages to a file and database. Any idea?
Thanks!
Best Regards,
Sam
Redirection should work:
stringextractor http://www.yahoo.com >test.txt
It work! Thanks you very much!