Results 1 to 4 of 4
I am looking for a scriptable solution for downloading tables that are embedded into webpages. If I wanted to save a table to a csv file what would I need ...
- 07-06-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 1
download tables from web pages.
I am looking for a scriptable solution for downloading tables that are embedded into webpages. If I wanted to save a table to a csv file what would I need to use. On Winders, I currently have Excel doing the job with a script.
Any help or pointers would be greatly appreciated.
Thanks
RogueIT.
- 07-07-2011 #2Linux Engineer
- Join Date
- Apr 2006
- Location
- Saint Paul, MN, USA / CentOS, Debian, Solaris, SuSE
- Posts
- 1,117
Hi.
Text-mode browsers can display tables from web pages -- lynx is one example that I have used for that ... cheers, drlWelcome - get the most out of the forum by reading forum basics and guidelines: click here.
90% of questions can be answered by using man pages, Quick Search, Advanced Search, Google search, Wikipedia.
We look forward to helping you with the challenge of the other 10%.
( Mn, 2.6.n, AMD-64 3000+, ASUS A8V Deluxe, 1 GB, SATA + IDE, Matrox G400 AGP )
- 07-07-2011 #3
Perl, WWW-Mechanize might be useful
You must always face the curtain with a bow.
- 07-07-2011 #4Linux Engineer
- Join Date
- Apr 2006
- Location
- Saint Paul, MN, USA / CentOS, Debian, Solaris, SuSE
- Posts
- 1,117
Hi.
Worked-out example using lynx at:
HTML table to CSV
Also text-browsers links, links2, elinks may available to you.
Good luck ... cheers, drlWelcome - get the most out of the forum by reading forum basics and guidelines: click here.
90% of questions can be answered by using man pages, Quick Search, Advanced Search, Google search, Wikipedia.
We look forward to helping you with the challenge of the other 10%.
( Mn, 2.6.n, AMD-64 3000+, ASUS A8V Deluxe, 1 GB, SATA + IDE, Matrox G400 AGP )


Reply With Quote