Data file

The data is uploaded in Gabmap as a plain text file with a single tab-separated table. You can create this file, for example, by using MS Excel, see example here.

File format

Each line in the file is a row in the table. Table cells are separated by a tab character. There are no quotes around the contents of a cell, and the contents does not contain escape characters. That is, the content of each cell is used as it is. Lines starting with a hash (#) are considered comments, and ignored.

The first row in the table contains the labels for the the linguistic variables (except if the data is difference data). The first column in the table contains the names of the locations. Each column (except column one) has all the variants of a single linguistic variable for all locations. Each row (except row one) has the variants of all items for a single location.

# this is a comment: ignored
item 1item 2item 3
place Avariant A1variant A2variant A3
place Bvariant B1variant B2variant B3
place Cvariant C1variant C2variant C3
place Dvariant D1variant D2variant D3

The first cell in the first row can be empty or missing. When missing, the first line has one cell less than all the other rows.

Examples and specifications for different data types:

Character encoding

The following file encodings are recognized:

All other encodings are assumed to be ISO-8859-1.

previous | Start | next