XS_ERASE_UDA_VALUE_WITH_ATTRIBUTE_IMPORT_NULL_AND_BLANK
Category in Advanced options dialog box
This advanced option must be set in an initialization (.ini) file.
Set to
TRUE
to erase the values of selected user-defined attributes in attribute import.
To select which values of user-defined attributes are erased, enter any of the following values at the end of the file to be imported, in the same order as the user-defined attributes are entered in the file:
-
NULL
-
null
-
No value (two consecutive delimiters)
Example
If the content of the input file is the following:
ID; USER_FIELD_1; USER_FIELD_2; USER_FIELD_3; USER_FIELD_4;
12345;NULL;null;;4
The result is:
User-defined attribute values for 1-3 are erased in the attribute import. User-defined attribute 4 has the value 4 in the attribute import.
Note:
Space and tab are not recommended as delimiters in the input file when this functionality is used.