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??
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??
Replies
Know the answer? Post it — somebody with the same question will find it here.