JDBC Driver for CSV

Build 22.0.8462

InsertMode

Specifies the mode for inserting data into CSV files.

Possible Values

FilePerBatch, SingleFile

Data Type

string

Default Value

"SingleFile"

Remarks

There are two modes available for inserting data to CSV file:

  • FilePerBatch: A new CSV file will be created for every batch. The name of the file will have the format "yyyyMMddhhmmssSSS_batchId" where the date time represents the beginning of the transaction.
  • SingleFile: In this mode everything will be inserted in a single CSV file.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462