ADO.NET Provider for CSV

Build 22.0.8462

BatchNamingConvention

Determines the naming convention of batch files.

Possible Values

Timestamp_BatchNumber, TableName_BatchNumber

Data Type

string

Default Value

"Timestamp_BatchNumber"

Remarks

Determines the naming convention of batch files.

  • Timestamp_BatchNumber: The file name formatted as yyyyMMddhhmmssSSS_batchNumber, where the timestamp marks the beginning of the transaction.
  • TableName_BatchNumber: The file name formatted as TableName_batchNumber.csv.

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