Skip to content

Instantly share code, notes, and snippets.

@apeiros
Created September 27, 2013 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apeiros/6724882 to your computer and use it in GitHub Desktop.
Save apeiros/6724882 to your computer and use it in GitHub Desktop.
Enhanced Plaintext Table format allows the use of ruby literals. Crazy? Sure!
Encoding: UTF-8
Column-Separator: 7c
Record-Separator: 0a
Name: items
Headers: true
"ID" | "Name" | "Price" | "Inventory"
1 | "Watch" | 2.99 | 50
2 | "Table" | 119.99 | 12
3 | "Chair" | 49.99 | 19
4 | "Plate" | 2.99 | 32
Name: categories
Headers: true
"ID" | "Name"
1 | "Kitchen"
2 | "Living Room"
3 | "Home Office"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment