FireDAC Components for CSV

Build 23.0.8839

InsertMode

Specifies the mode for inserting data into CSV files.

Syntax


property InsertMode: String;

Possible Values

FilePerBatch, SingleFile

Data Type

String

Default Value

"SingleFile"

Remarks

There are two modes available for inserting data to CSV file:

  • FilePerBatch: A new CSV file will be created for every batch. The name of the file will have the format "yyyyMMddhhmmssSSS_batchId" where the date time represents the beginning of the transaction.
  • SingleFile: In this mode everything will be inserted in a single CSV file.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839