Flat file Database

Mar 30 2009 8:34 AM

I have a flat file(.txt) in the following format, what i want extract a particular record from the txt file and put it to a datatable.

id    name    team
1     Amy     Blues
2     Bob     Reds
3     Chuck   Blues

Anybody provide me some idea??