You can use the general parser to read data from a file or to
write data to a file using a general text format. Creating a general parse is a
two-stage operation. First you specify the file from which to read or to which
to write, and then you map a parameter from or to selected sections of the
file.
In addition, you can specify the characters that serve as word
separators in the text file. To increase performance, when you are writing data
to a file, you can insert the contents of a selected file at a specified
location.