Workspace 6.21.5
|
Writes a SqlResultSet to a Comma Separated Value (CSV) file.
Inputs: | |||
---|---|---|---|
File name | QString | File to write to. | |
SQL ResultSet | CSIRO::DataAnalysis::SqlResultSet | SqlResultSet whose contents will be written to the CSV file. | |
Delimiter | QString | Delimiter to insert between values in the CSV file. | |
Write column names | bool | Should column names be written to the first line of the CSV file. |