0
Answer

Flat file Database

Ask a question

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??