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?