BatchNamingConvention Parameter (Connect-CSV Cmdlet)
Determines the naming convention of batch files.
Syntax
Connect-CSV -BatchNamingConvention string
Possible Values
Timestamp_BatchNumber, TableName_BatchNumberData Type
cstr
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.