command export_csv_transform

typeside t
schema s : t
instance i1 : s
instance i2 : s
transform h : i1 -> i2
----------------------------------
command (export_csv_transform h "directory")
	
Emit a transform to a set of CSV files, one two-column table per entity with one column per foreign key and attribute. There will be no headers, column 1 is the source.

Appears in:

CSV

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
num_threads
prepend_entity_on_ids
talg_reduction
timeout