Using Fixed-Width Text Files |
In a fixed-width text file, data is contained in columns that are of a fixed width (meaning that each column contains a certain number of character positions). Data that does not fill the width of the column is padded with filler characters, which are usually spaces or zeroes. Sometimes, your fixed-width text file uses special characters to visually delineate one column from the next.
|
To start the Database Setup wizard to connect to a database for the first time, click Database Connection Setup on the File menu. Alternatively, click on the main toolbar. To start the wizard for an existing connection, click Configure Connection in the Database Setup dialog. |
When Fixed Width Fields is selected as the Format option on the File Format page of the wizard, the Field Separation list includes the following options:
Number of Characters: Specifies that the fields are defined by the number of characters in each column.
Number of Bytes: Specifies that the fields are defined by the number of bytes in each column.
Delineated: Specifies that the fields are defined by one or more special characters that appear between each field.
Line Characters: Specifies the characters that are used to delineate the rows and columns. Available when Field Separation is set to Delineated.
Specify advanced filtering options: Specifies that the Line Filtering and Data Filtering pages of the wizard appear when you click Next. For more information about these options, refer to Filtering Options for Text File Databases.
Related Topics