Workspace 6.21.5
WriteSqlTableToCsvFile

Writes a Table from a SQL database to a Comma Separated Value (CSV) file.

  • Default label: "Write SqlTable to CSV File"
  • Member of plug-in: Data analysis
  • Catalogue path: Database
Inputs:
File nameQStringFile to write to.
Table nameQStringName of the table to write to CSV file
DatabaseQSqlDatabaseDatabase which contains the table.
Write header namesbool

DelimiterQString

Delimiter to insert between values in the CSV file.