Data Integration Connectors
- Data Integration Connectors
- All Products
Property
| Description
|
|---|---|
oneBatch
| Process all data in a single batch.
Type is Boolean.
Default is false.
|
remoteStage
| Specifies to use internal stage. External stage is not applicable.
Type is String.
Default is "~"(user stage).
|
onError
| Specifies the action to perform when an error is encountered while loading data from a file.
For example,
onError option ABORT_STATEMENT|CONTINUE|SKIP_FILE
Type is String.
Default is CONTINUE.
|
compressFileByPut
| Compress file by PUT.
Type is Boolean.
Default is false.
|
compressDataBeforePut
| Compress data before PUT.
The loader compresses the data to a gzip format before uploading the data.
Type is Boolean.
Default is true.
|
copyEmptyFieldAsEmpty
| The COPY command option to set incoming empty fields as null.
Type is Boolean.
|
enablePGZIP
| Enables parallelism for the file compression.
Type is Boolean.
Default is true.
|
onError=ABORT_STATEMENT&oneBatch=true
| Load the entire data in single batch and to stop the task if an error occurs. Simultaneously, validate the user-specified reject file path and write the error records to this file and to the session log.
Type is onError - String or oneBatch - Boolean.
|