Skip to content

Instantly share code, notes, and snippets.

@paulfitz
Last active January 25, 2017 04:13
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 paulfitz/f15b920b565a4296c2cda65795331d57 to your computer and use it in GitHub Desktop.
Save paulfitz/f15b920b565a4296c2cda65795331d57 to your computer and use it in GitHub Desktop.
psv schema
{
"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