File Formats

All text data files are tab-delimited, plain text files. Each line in the file corresponds to a single data item.

objects.data

The objects.data file stores the IDs for the objects in the database.

Format

id

where

  • id is an integer-valued object ID

Example

This example defines three objects having IDs 1, 2, and 3.

1
2
3