> > > > >
Use this form to specify the fields in the selected table that you want to import data to or export data from.
Tip |
---|
The button is enabled only for and definition groups. |
Tasks that use this form
Navigating the form
The following links and tables provide descriptions for the controls in this form.
Tabs
The form configuration depends on the type of the definition group.
For definition groups:
Tab page |
|
---|---|
|
View and modify the list of fields included in the import or export. |
For definition groups:
Tab page |
|
||
---|---|---|---|
|
View and modify the list of fields included in the import.
|
||
|
Define detailed import options for each field. |
||
|
Qualify the import of individual fields through X++ code. Each field can be accessed in the input parameter of the string type. Click to check the code for errors before doing the actual import. |
Fields
Field |
Description |
||
---|---|---|---|
|
Add or remove fields for the import or export. |
||
|
Specify the order in which to export the fields. |
||
|
Select this check box to have data imported into this field. |
||
|
Enter the start position in the import file for each field. This is necessary if the fields are not separated by a specific character such as a comma or semicolon. The positions are measured in number of characters (counting from one). |
||
|
Enter the end position in the import file for each field. This is necessary if the fields are not separated by a specific character such as comma or semicolon. The positions are measured in number of characters (counting from one). |
||
|
As part of the import, a field can be assigned a value automatically. In the list, select one of these options:
|
||
|
In the field, enter characters to exclude from the import process. If the field contains any of these characters, the characters are automatically removed during import. |
||
|
In the field, enter characters that should be inserted before the field value during import. In the field, enter characters that should be inserted after the field value during import.
Example You want to import the following fields into one table field, adding a prefix and a line break: 1142 Pine Street, Anytown, USA, 27999 By using \n, you can import the fields into the address field as follows: 1142 Pine Street Anytown, USA, 27999 |