Last active
January 25, 2017 04:13
-
-
Save paulfitz/f15b920b565a4296c2cda65795331d57 to your computer and use it in GitHub Desktop.
psv schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"datapackage_version": "1.0-beta.7", | |
"name" : "PSV dialect", | |
"description" : "Shady partial schema for playing with", | |
"resources" : [ | |
{ | |
"dialect" : { | |
"csvddfVersion": 1.0, | |
"delimiter": "💩", | |
"doubleQuote": true, | |
"lineTerminator": "\n", | |
"quoteChar": "\"", | |
"skipInitialSpace": true, | |
"header": true | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment