In computer programming,
a delimited text file is a file in which the individual data values
contain embedded delimiters, such as quotation marks, commas, and
tabs. A delimiter is a character that separates words or phrases in
a text string that defines the beginning or end of a contiguous string
of character data.
-
The delimiter is not considered
part of the character data string.
-
The first row of data is usually
read as column headings.
-
The column headings are then converted
to SAS variable names.
-
A line character indicates a new
row.
A delimited text file
is also called a delimiter-separated values file (CSV or DSM).
Note: Support of delimited files
is included in Base SAS. The
SAS/ACCESS to PC Files license is not
needed to use this list of features.