Hi,
We need to blank out certain fields at import to main table.
This works fine for normal fields, but I have a problem with a field in a a qualified table.
The way we do it for the normal fields is to map a clone-field to them and convert the value to NULL.
The problem field is a qualifier, and the table has one non-qualifier.
The source file does not contain data about the non-qualifier, so I have nothing to map to that field.
When I map only the qualifier, I get the message "Map 'MY_FIELD' field to import qualifier(s)".
The only object here is to remove the value in this field. If there are multiple values, all should be removed.
How can I achieve this without altering the source file?
KR,
Thomas