Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.05 KB

File metadata and controls

22 lines (17 loc) · 1.05 KB

Data table source files

In the dataset source folder<def-source-dataset> folder, a subfolder datatables should be present. This is the root for a set of folders, each one describing an individual data table<dataconcept_datatable>, with the name of the folder serving as an identifier.

In each data table folder, a file data should be present, containing a list of all the data items in the table. Each line consists in a set of TAB-delimited properties. The first line of the file serves as a header, specifying the identifiers for all properties (example file).

In addition, a yaml settings file should be present in the data table folder. This file can contain a number of settings, both at the level of the data table, as at the level of individual properties (see def-settings-datatable).

See also:

  • dataconcept_datatable
  • def-source-data