BatchNamingConvention
Determines the naming convention of batch files.
Possible Values
Timestamp_BatchNumber, TableName_BatchNumberData 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.