databaseexportcsv
TEXTFILE

The databaseexportcsv statement exports selected records in the current database in CSV format (comma 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 CSV format (comma 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.

databaseexportcsv "~/Dropbox/MailingList.txt"

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


See Also


History

VersionStatusNotes
10.0NewNew in this version.