> I know how to import CSV files, but how do I import a textfile and parse
> all lines. I don t want to all <HTML>, <BODY> and rest of tags in my
> source page to be used, I just want to parse the whole file line by line.

It's not entirely clear to me what you want to accomplish (what text
file are we talking about?).
Perhaps you can find some inspiration here:
http://gregallard.com/using-beautiful-soup-for-screen-scraping/

Reply via email to