diff options
Diffstat (limited to 'format/tsv/README')
| -rw-r--r-- | format/tsv/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/format/tsv/README b/format/tsv/README new file mode 100644 index 0000000..67d9d71 --- /dev/null +++ b/format/tsv/README @@ -0,0 +1,6 @@ +format::tsv supports writing and reading text in TSV (Tab Separated Values) format: + + name\tdescription + Hare\tThe Hare programming language + +TSV doesn't allow tabs to be used as anything other than a separator. Due to this, any existing tabs are removed when writing. |
