From 7cb126a5064c40e08abb6e1916de39a52624bf63 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Sat, 30 Mar 2024 22:12:56 +0100 Subject: [PATCH] Update src/common-principles.md Co-authored-by: Yaroslav Halchenko --- src/common-principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-principles.md b/src/common-principles.md index 433efb5786..e1bafd9a0f 100644 --- a/src/common-principles.md +++ b/src/common-principles.md @@ -432,7 +432,7 @@ NIfTI header. Tabular data MUST be saved as plain-text, tab-delimited values (TSV) files (with [extension `.tsv`](glossary.md#tsv-extensions)), -that is, CSV files where commas are replaced by tab characters. +that is, [CSV files](https://en.wikipedia.org/wiki/Comma-separated_values) where commas are replaced by tab characters. Tabs MUST be true tab characters and MUST NOT be a series of space characters. Tabular data such as continuous physiology recordings typically containing large numbers of rows MAY be saved as