Skip to content

Instantly share code, notes, and snippets.

@aborruso
Created March 19, 2022 09:09
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 aborruso/19620a35be67b799a7e68e4d9071f724 to your computer and use it in GitHub Desktop.
Save aborruso/19620a35be67b799a7e68e4d9071f724 to your computer and use it in GitHub Desktop.
{
"version": "4.26.0",
"time": 0.032,
"errors": [],
"tasks": [
{
"resource": {
"path": "input.csv",
"name": "input",
"profile": "tabular-data-resource",
"scheme": "file",
"format": "csv",
"hashing": "md5",
"stats": {
"hash": "a3f6d434ea569a4b08e772cb6067bb25",
"bytes": 100,
"fields": 5,
"rows": 4
},
"encoding": "utf-8",
"schema": {
"fields": [
{
"type": "string",
"name": "name"
},
{
"type": "integer",
"name": "account"
},
{
"type": "integer",
"name": "1/2022"
},
{
"type": "integer",
"name": "2/2022"
},
{
"type": "integer",
"name": "3/2022"
}
]
}
},
"time": 0.032,
"scope": [
"hash-count-error",
"byte-count-error",
"field-count-error",
"row-count-error",
"blank-header",
"extra-label",
"missing-label",
"blank-label",
"duplicate-label",
"incorrect-label",
"blank-row",
"primary-key-error",
"foreign-key-error",
"extra-cell",
"missing-cell",
"type-error",
"constraint-error",
"unique-error"
],
"partial": false,
"errors": [],
"stats": {
"errors": 0
},
"valid": true
}
],
"stats": {
"errors": 0,
"tasks": 1
},
"valid": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment