![]() |
| > Home > Documentation > Latest documentation > Interchange tags > export |
|
exportExports a database table to a delimited text file. Summary
ExamplesPerl example
or similarly with positional parameters:
DescriptionExports the named table to a delimited text file. Also see the [import] tag which is used to import files into tables. ParameterstableThe table to export. fieldThe column to add (or delete if delete and verify are true). fileFilename to export to. Note that the NoAbsolute directive and other conditions may affect actual location of the output file. sortOutput sorted rows (usage: sort="sort_field:sort_option"). See search/form variable "mv_sort_option" for sort options. typeSpecifies the row and column delimiter types. Either NOTES or one of the following:
If using NOTES:
notes_separatorSee the NOTES description in the type parameter. notes_fieldSee the NOTES description in the type parameter. deleteIf verify attribute also set, deletes the column specified by field parameter, rather than adding a column. verifyMust be true when deleting a column.
|
| Home | Legal nonsense | Privacy policy | Contact us |