print Table As CSV
abstract fun printTableAsCSV(tableName: String, schemaName: String? = defaultSchemaName, header: Boolean = true)
Prints the table as comma separated values to the console
Parameters
schema Name
the name of the schema that should contain the table
table Name
the name of the table to print