You can define ACL tables from delimited text files. The Data Definition Wizard allows you to select the field separator, the text qualifier, and the fields to import from any delimited text file.
You can access delimited text files on your local computer or a network drive, or from a folder located on an ACL Server (if installed).
To create a table from a delimited text file:
The first page displayed in the Data Definition Wizard depends on your configuration. If integration with ACL Server is enabled the Select Platform for Data Source page is displayed, otherwise the Select Local Data Source page is displayed.
If the Select Platform for Data Source page is displayed and you want to use ACL to define the file, select Local and click Next. In the Select Local Data Source page select Disk and click Next.
If the Select Platform for Data Source page is displayed and you want to use an ACL Server to define the file, select ACL Server and select the Windows server profile from the drop-down list, and then click Next. In the Select ACL Server Data Source page select Flat Files and click Next.
If the Select Local Data Source page is displayed select Disk and click Next.
Start on Line – Enter a value greater than one to specify the number of lines the Data Definition Wizard should skip when reading the file. Use this option to omit header information at the top of the file from the table definition.
Field Width – Select the column heading in the preview table and either keep the value assigned by ACL for the field length in the table layout, or enter a different length.
Use first row as field names? – Select this option to use the values in the first record as the field names in the ACL table.
Treat Consecutive qualifiers as one – Select this option to indicate that qualifier symbols inside qualifiers should be ignored.
Field Separator – Select the character used to separate fields in the file you are importing. You can select Comma, Tab, or Semicolon, or you can select Other and enter the character to use as the field separator.
Text Qualifier – Select the text symbol used to identify characters that belong inside the field. You can select Double Quote or Single Quote, specify None to indicate that a text qualifier is not being used, or you can select Other and enter the character to use as the text qualifier.
Ignore this field – If you do not want the field to be included in the ACL table layout, select this checkbox.
Name – Keep the name assigned by ACL for the field in the table layout, or enter a different name.
Column Title – Enter the column title to display in the default ACL view. If a column title is not specified the Name value is used.
Type – Select the appropriate data type from the drop-down list. For information about the supported data types in ACL, see ACL data types.
The Decimal and Input Format text boxes appear automatically when you select the corresponding data type.
Value – A read-only property that displays the first value in the field. The value is updated based on any edits you make.
Decimal (numeric fields only) – Specify the appropriate number of decimal places.
Input Format (datetime fields only) – Specify the format that matches the data. For more information about date and time formats, see Formats of date and time source data.