CData Python Connector for CSV

Build 25.0.9454

BatchNamingConvention

Specifies the naming convention that the provider uses for batch files.

Possible Values

Timestamp_BatchNumber, TableName_BatchNumber

Data Type

string

Default Value

"Timestamp_BatchNumber"

Remarks

This property determines how the connector names each batch file when InsertMode is set to FilePerBatch.

  • Timestamp_BatchNumber: Names the file using a timestamp and batch number formatted as yyyyMMddhhmmssSSS_batchNumber, where the timestamp marks the beginning of the transaction.
  • TableName_BatchNumber: Names the file using the table name and batch number formatted as TableName_batchNumber.csv.

This property is useful for controlling file naming consistency when generating multiple batch output files.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454