Skip to content

Instantly share code, notes, and snippets.

@apeiros
Created September 28, 2013 14:48
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/6742817 to your computer and use it in GitHub Desktop.
Save apeiros/6742817 to your computer and use it in GitHub Desktop.
EPT: Enhanced Plaintext Table format allows the use of ruby literals. Crazy? Sure! Mark II.
# Encoding: UTF-8
# Column-Separator: |
# Record-Separator: auto
# 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