Skip to content

Commit

Permalink
fix: deduplicate prescriptions for columns in tsvgz
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 25, 2024
1 parent aa60678 commit 3811a8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,11 @@ Rules for formatting plain-text tabular files apply to TSVGZ files with three ex
In contrast to plain-text TSV files, compressed tabular files files
MUST NOT include a header line.
Column names MUST be specified in the JSON file following the
[`Columns` metadata](glossary.md#columns-metadata) specifications.
As plain-text tabular data, column names MUST NOT be blank (that is, an empty string),
and MUST NOT be duplicated within a single JSON file describing a TSVGZ file.
[`Columns` metadata](glossary.md#columns-metadata) specifications
provided with plain-text tabular data.
Similarly, specific column metadata stored with dictionaries such as
the `sex` column in the example above MUST be specified following the
plain-text tabular metadata prescriptions.

TSVGZ are header-less to improve compatibility with existing software
(for example, FSL, or PNM), and to facilitate the support for other file formats
Expand Down

0 comments on commit 3811a8c

Please sign in to comment.