Parse and extract required text from text files using C#
Posted
by SweetGangster
on Stack Overflow
See other posts from Stack Overflow
or by SweetGangster
Published on 2010-04-28T21:18:07Z
Indexed on
2010/04/28
21:27 UTC
Read the original article
Hit count: 209
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?
© Stack Overflow or respective owner