tags:

views:

115

answers:

1

I have some text files with some useful data wrapped in between HTML tags like <td>, <span>, etc. I want to write a program which extracts the data in between the tags.

The text file contains other junk data too. I would also like to store these extracted data into SQL Table. Anyone who can guide me in right direction?

+3  A: 

Don't mention Regex and HTML in the same question on this site -- it's a sin!! ;-)

You likely want the HTML Agility Pack.

Austin Salonen
+1 for the regex comment :)
Jens Granlund