OILS / doc / qtt.md View on Github | oilshell.org

24 lines, 14 significant
1---
2in_progress: yes
3---
4
5QTT: Quoted, Typed Tables
6=========================
7
8An Extension to TSV
9
10TODO: Write this doc.
11
12Notes: <https://github.com/oilshell/oil/wiki/TSV2-Proposal>
13
14## Rough Idea
15
16QTT is TSV with two problems fixed:
17
18- It has a required header, with optional data types (a schema).
19- Each cell can contain arbitrary bytes. They're expressed unambiguously with
20 [QSN](qsn.html).
21
22## Examples
23
24