NullAsNull
Der Befehl NullAsNull schaltet die Konvertierung von
Syntax:
NullAsNull *fieldlist
The NullAsValue statement operates as a switch and can be turned on or off several times in the script, using either a NullAsValue or a NullAsNull statement.
Arguments:
Argument | Beschreibung |
---|---|
*fieldlist | Eine kommagetrennte Felderliste, für die NullAsNull aktiviert werden sollte. Das Sternchen |
Example:
NullAsNull A,B;
LOAD A,B from x.csv;