Workspace 6.21.5
|
Writes a Table from a SQL database to a Comma Separated Value (CSV) file.
Inputs: | |||
---|---|---|---|
File name | QString | File to write to. | |
Table name | QString | Name of the table to write to CSV file | |
Database | QSqlDatabase | Database which contains the table. | |
Write header names | bool | ||
Delimiter | QString | Delimiter to insert between values in the CSV file. |