External Name |
The external name (for work file storage) of this CSV file. For more information on using this field, see Defining External Names for CSV Files. |
Usage |
Output, Input, or Input/Output, to specify whether the file is write-only, read-only, or both. |
File Header |
Off (no file header) or On (file header) to specify whether a file header containing field names should be written to the CSV file or, if the file is being read, if the header exists.
If the header exists, the system assumes it is in a mixed-case format without spaces or dashes (for example, Company Nbr, not COMPANY-NBR). When writing a CSV file with a header, this format is also used. |
Xlt Header Names |
Off or On to specify whether to translate header names. If you are writing to a file and you choose On, it translates the header names as specified in the user's Locale record. |
Field Separator |
The symbol separating fields in the file. Valid entries are comma (,), Tab, Space, and None (fixed-length field format). For more information on fixed-length fields, see Defining a CSV File in Fixed-Length Field Format.
If you select Custom Char, type the desired character in the Custom FldSep Char field. |
Custom FldSep Char |
The symbol separating fields in the file. |
Date Format |
The date format to use in any date fields that might be included in the file. Valid entries are:
ccyymmdd - Date in century, year, month, day order.
mmddccyy - Date in month, day, century, year order.
ddmmccyy - Date in day, month, century, year order.
yymmdd - Date in year, month, day order.
mmddyy - Date in month, day, year order.
ddmmyy - Date in day, month, year order. |
Date Separator |
The symbol separating month, day, and year formats. If you type a space, dates are compressed (a space is not used as a separator) and date fields are not enclosed with quote characters. |
Time Separator |
The symbol separating hours and minutes in any time formats that might be included in the file. |
Decimal Separator |
The symbol separating the parts of a number that has decimal places. |
Thousands Sep |
The symbol separating the thousands place from the hundreds, and so on. |
Quote Character |
The symbol to use for delimiting strings. |
Line Terminator |
The code that denotes the end of each line in the file. Valid entries are cr, nl, and hex 0D0A. |
File Terminator |
The code that denotes the end of the file. Valid entries are None and hex 1A. |