-
Notifications
You must be signed in to change notification settings - Fork 94
CSV Output Driver
apavlo edited this page May 30, 2011
·
1 revision
This is a pseudo driver that simply dumps out all of the table data and transaction input parameters to CSV files. The data for each table and the input parameters for each transaction are split into separate files.
One can use the table_directory
and txn_directory
options in the driver's configuration file to set where these files will be written to on the local disk.
None.
The driver will only work with a single client. If one uses multiple clients then the contents of the output files will likely be incorrect.
None.