| 1 | --- | 
| 2 | in_progress: yes | 
| 3 | --- | 
| 4 | |
| 5 | QTT: Quoted, Typed Tables | 
| 6 | ========================= | 
| 7 | |
| 8 | An Extension to TSV | 
| 9 | |
| 10 | TODO: Write this doc. | 
| 11 | |
| 12 | Notes: <https://github.com/oilshell/oil/wiki/TSV2-Proposal> | 
| 13 | |
| 14 | ## Rough Idea | 
| 15 | |
| 16 | QTT 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 |