D
Dennis
I didn't really know how to phrase the subject properly.
I have a flat-file (a ".dat" data source from/for a Word
Perfect Mail Merge document) that I converted to a ".txt"
file. The records are vertically-aligned, rather than
horizontally (today's only seeming "standard" for files).
Example:
RECIPIENT-NAME
RECIPIENT-AGENCY
RECIPIENT-ADDR1
RECIPIENT-CITY-ST-ZIP
REGARDING
ID-NUMBER
GREETING
DATE1
DATE2
CC-TO
The file has multiple entries, with the fields oriented
vertically, as the above example (but with actual data). I
am TRYING to get the data into an access table (or excel
spreadsheet for that matter), but the vertical orientation
makes it impossible for the translation. The orientation
the inport wizards seem to need is:
RECIPIENT-NAME;RECIPIENT-AGENCY;RECIPIENT-ADDR1;RECIPIENT-
CITY-ST-ZIP
And so on.
What can I do in order to make the importation possible.
There are a fixed number of fields per record, and records
are separated by CR/LF. However, in the text file, I COULD
insert any character for a record sep. Any information
someone can provide would be very helpful. Is there a 3rd
party program out there that will help? Do I have to write
my own?
Thanks in advance.
I have a flat-file (a ".dat" data source from/for a Word
Perfect Mail Merge document) that I converted to a ".txt"
file. The records are vertically-aligned, rather than
horizontally (today's only seeming "standard" for files).
Example:
RECIPIENT-NAME
RECIPIENT-AGENCY
RECIPIENT-ADDR1
RECIPIENT-CITY-ST-ZIP
REGARDING
ID-NUMBER
GREETING
DATE1
DATE2
CC-TO
The file has multiple entries, with the fields oriented
vertically, as the above example (but with actual data). I
am TRYING to get the data into an access table (or excel
spreadsheet for that matter), but the vertical orientation
makes it impossible for the translation. The orientation
the inport wizards seem to need is:
RECIPIENT-NAME;RECIPIENT-AGENCY;RECIPIENT-ADDR1;RECIPIENT-
CITY-ST-ZIP
And so on.
What can I do in order to make the importation possible.
There are a fixed number of fields per record, and records
are separated by CR/LF. However, in the text file, I COULD
insert any character for a record sep. Any information
someone can provide would be very helpful. Is there a 3rd
party program out there that will help? Do I have to write
my own?
Thanks in advance.