![]() | |
#1
| |||
| |||
|
|
I have a text file that is a mess. Apparently, the data is taken from some type of form that puts the information in a plain text file as follows: **************************** NAME: ADDRESS: TELEPHONE: DATE OF BIRTH: BRITTANY SPEARS 1212 FAKECHEST WAY BOULDER, CO 22119 (202)234-5678 3/12/03 **************************** You can see that the NAME: is BRITTANY SPEARS but the information is separated by several lines. What I am trying to do is convert the above text file to look as follows: BRITTANY SPEARS, 1212 FAKECHEST WAY, BOULDER, CO, 22119, (202)234-5679, 3/12/03 With a carriage return separating each record. Basically, I want to scan the entire text file and put the data in some order that is more "usable." Any and all help appreciated. |
#2
| |||
| |||
|
|
I have a text file that is a mess. Apparently, the data is taken from some type of form that puts the information in a plain text file as follows: **************************** NAME: ADDRESS: TELEPHONE: DATE OF BIRTH: BRITTANY SPEARS 1212 FAKECHEST WAY BOULDER, CO 22119 (202)234-5678 3/12/03 **************************** You can see that the NAME: is BRITTANY SPEARS but the information is separated by several lines. What I am trying to do is convert the above text file to look as follows: BRITTANY SPEARS, 1212 FAKECHEST WAY, BOULDER, CO, 22119, (202)234-5679, 3/12/03 With a carriage return separating each record. Basically, I want to scan the entire text file and put the data in some order that is more "usable." Any and all help appreciated. |
#3
| |||
| |||
|
|
I have a text file that is a mess. Apparently, the data is taken from some type of form that puts the information in a plain text file as follows: **************************** NAME: ADDRESS: TELEPHONE: DATE OF BIRTH: BRITTANY SPEARS 1212 FAKECHEST WAY BOULDER, CO 22119 (202)234-5678 3/12/03 **************************** You can see that the NAME: is BRITTANY SPEARS but the information is separated by several lines. What I am trying to do is convert the above text file to look as follows: BRITTANY SPEARS, 1212 FAKECHEST WAY, BOULDER, CO, 22119, (202)234-5679, 3/12/03 With a carriage return separating each record. Basically, I want to scan the entire text file and put the data in some order that is more "usable." Any and all help appreciated. |
#4
| |||
| |||
|
|
I have a text file that is a mess. Apparently, the data is taken from some type of form that puts the information in a plain text file as follows: **************************** NAME: ADDRESS: TELEPHONE: DATE OF BIRTH: BRITTANY SPEARS 1212 FAKECHEST WAY BOULDER, CO 22119 (202)234-5678 3/12/03 **************************** You can see that the NAME: is BRITTANY SPEARS but the information is separated by several lines. What I am trying to do is convert the above text file to look as follows: BRITTANY SPEARS, 1212 FAKECHEST WAY, BOULDER, CO, 22119, (202)234-5679, 3/12/03 With a carriage return separating each record. Basically, I want to scan the entire text file and put the data in some order that is more "usable." Any and all help appreciated. |
#5
| |||
| |||
|
|
Scoop wrote: I have a text file that is a mess.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |