command export_csv_instance

typeside t
schema s : t
instance i : s
----------------------------------
command (export_csv_instance i "directory")
	
Emits an instance as a set of CSV files, one file per entity and one column per attribute and foreign key. The file for en will be a CSV file with a header; the fields of the header will be an ID column name (specified using options), as well as any attributes and foreign keys whose domain is en . CQL values that are not constants will be exported as nulls. See id_column_name, and start_ids_at and csv_emit_ids

Appears in:

CSV
QuickCSV

Options:

always_reload
csv_emit_ids
csv_escape_char
csv_field_delim_char
csv_file_extension
csv_generate_ids
csv_prepend_entity
csv_quote_char
id_column_name
num_threads
prepend_entity_on_ids
talg_reduction
timeout