J
Joe Williams
I am interfacing with an external program and need to export table
information to a text file. The only caveat is that I need to export each
field of information onto a line by iteself. for example, if my comma
delimited information is (John, Doe, 123-45-6789, Supervisor) I need the
text file format to be:
john
does
123-45-6789
Supervisor
how do I export data to a text file, creating a new line for each seperate
field? I am only exporting one record at a time so delineation between
records is not needed in my case.
Thanks!
Joe
information to a text file. The only caveat is that I need to export each
field of information onto a line by iteself. for example, if my comma
delimited information is (John, Doe, 123-45-6789, Supervisor) I need the
text file format to be:
john
does
123-45-6789
Supervisor
how do I export data to a text file, creating a new line for each seperate
field? I am only exporting one record at a time so delineation between
records is not needed in my case.
Thanks!
Joe