Main Menu |
LOCATION: HOME PAGE: DATABASES IN DISGUISE Tab and Comma Delimited FilesData Interchange FormatTab and comma delimited files are used as a way of exchanging data between many database applications. In tab delimited files (.txt/.tab), the file contains a row of text listing the field names of a database, each separated by a tab. Each of the following lines contain data for one record ordered to match the row of fields at the top. Below is an example of the U.S. Presidents. First Three Presidents in Tab Delimited Format
Comma delimited files (.txt/.csv) are like tab delimited files, except that data fields are separated by commas instead of tabs. Other characters, such as |, may be occasionally used depending on the program where data originated from. First Three Presidents in Comma Delimited FormatNumber,Last Name,First Name,Term,State
Usage in Import and ExportDelimited files may be created from scratch in a text editor or can be exported from a database such as Excel, Filemaker, Access, Excel or SPSS, usually via the File » Export menu. These programs can in turn import delimited files, usually via the File » Import menu. Because so many programs can import delimited files, many online data archives may offer their data as a tab delimited or comma delimited file. Other programs, including ANGEL grade and survey reports and the eLion class list export data as delimited files, because the format is easy to generate and is non-proprietary. Teaching Ideas
Penn State Services with Delimited FilesNext: EndNote
|