Parsing or Extracting the content of html table.
Posted
by Harikrishna
on Stack Overflow
See other posts from Stack Overflow
or by Harikrishna
Published on 2010-03-09T10:27:52Z
Indexed on
2010/03/09
10:36 UTC
Read the original article
Hit count: 346
Can I parse the html tables by giving only column name ?
Like only those data should be extracted from the table which matches those column names I give.
Like for example I have table of column names like serial no., name, address, phone no,total Rs..
And I want to extract the information about only name, phone no and total Rs.. Then how can I do it?
© Stack Overflow or respective owner