databaseexporttsv
TEXTFILE

The databaseexporttsv statement exports selected records in the current database in TSV format (tab separated) to a text file.


Parameters

This statement has one parameter:

textfile – path and name of text file, or “” to ask user.


Description

This statement exports selected records in the current database in TSV format (tab separated) to a text file. Only visible (non hidden) fields are included in the export. Here is an example that exports the selected records to a file named Mailing List.txt.

databaseexporttsv "~/Dropbox/MailingList.txt"

Note: This statement is used by the File>Export>Text (Tab Separated) menu command.


See Also


History

VersionStatusNotes
10.0NewNew in this version.