export
statement is used to snapshot the data in a DSET and write it to disk as a Dataset.export
source.alias
as
filename
<base_dir>/exported
. The filename parameter may include a path as well as the filename to export, so long as it does not contain the substring ".." and is not an absolute path. If the path contains one or more directories that do not exist then they will be created.source.alias
argument is the DSET ID to export (see Core concepts for more information on DSET IDs).export
statement can be used at any point during this process to save a CSV (conforming to Dataset format) which snapshots the data in the DSET at that moment in time. This can be used for a number of purposes including:\t
being interpreted as a TAB character