mmatsumura
Member
- Joined
- Sep 8, 2003
- Messages
- 12
For the past few days I have been trying to design a simple VB.NET application that would allow me to read-in a text (.txt) file. While surfing around I have not been able to find something that would work, given the structure of the following file:
FName LName Address City
Mike Smith 123 Something St. Here
David Jones 12-34 Their Ave. Someplace
Arlene Wife 66 Our St. Who Knows
Al LongLastName 123 His Place Who Cares
Where I am really running into a tough time is that the space between each column is exactly that - spaces. If the space was a tab, comma, specific charater, etc., I wouldnt have a problem. If the length of each columns text was the same for each line, no problem. The other thing is that the "Address" columns text does have spaces to seperate the house number from the street name.
So, what could I do? ANY assistance would be greatly appriciated!
In advance, Thanks!
:-\
FName LName Address City
Mike Smith 123 Something St. Here
David Jones 12-34 Their Ave. Someplace
Arlene Wife 66 Our St. Who Knows
Al LongLastName 123 His Place Who Cares
Where I am really running into a tough time is that the space between each column is exactly that - spaces. If the space was a tab, comma, specific charater, etc., I wouldnt have a problem. If the length of each columns text was the same for each line, no problem. The other thing is that the "Address" columns text does have spaces to seperate the house number from the street name.
So, what could I do? ANY assistance would be greatly appriciated!
In advance, Thanks!
:-\