The delimiters table in the onpload database
The ipload utility uses the values in the delimiters table to display the field-delimiter values that the Delimiter Options window shows. When ipload creates the onpload database, it inserts values into this table. The values in the delimiters table are for reference and do not change.
Column | Type | Description |
---|---|---|
hex | CHAR(2) | Hexadecimal representation of the delimiter |
octal | CHAR(4) | Octal representation of the delimiter |
ascii | CHAR(15) | ASCII characters (printable) that form the delimiter |
control | CHAR(10) | Control character sequence that generates the delimiter |