aspose file tools
The moose likes Java in General and the fly likes how to convert table content from html source code into a database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to convert table content from html source code into a database" Watch "how to convert table content from html source code into a database" New topic
Author

how to convert table content from html source code into a database

sinsri jalekha
Greenhorn

Joined: Dec 31, 2009
Posts: 4
i have the html source code.i want to retrieve only the content of the table i.e( inside the table tags) and put it into a database.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8439

Do you have a question?


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

You'll have to parse the HTML source code, possibly even turn it into a DOM structure.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to convert table content from html source code into a database
 
Similar Threads
how to convert table content from html source code to a database?
  html code in PostgreSQL table
external table
Resultset elements not getting displayed in jsp when using JSP/JSTL
How to replace the value in a row with previous row value if it is null or 0.