BatchNamingConvention
Specifies the naming convention that the provider uses for batch files.
Possible Values
Timestamp_BatchNumber, TableName_BatchNumberData 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.