Download OpenAPI specification:Download
The API for the CSV-validator. More information at the Web Service documentation.
Starts validation for given files. More info here.
metadataUrl | string <url> |
tabularUrl | string <url> |
{
}
{- "resultID": 154678
}
Retrieves a validation result based on ResultId. More info.
resultID required | number Example: 15467894 The ID of the validation result to retrieve |
{- "ResultID": 7,
- "ValidationStatus": "ERROR",
- "ProgressStatus": "FINISHED",
- "CreatedAt": "2024-03-28T18:13:52.8947799",
- "TableGroupResult": {
- "TablesProcessed": 1,
- "GeneralErrors": [ ],
- "GeneralWarnings": [ ],
- "TableResults": [
- {
- "RowsProcessed": 1,
- "ColumnsProcessed": 1,
- "CellsProcessed": 1,
- "NumberOfErrors": 1,
- "NumberOfWarnings": 0,
- "Errors": [
- {
- "Message": "There is datatype validation error!\r\nThe cell does not contain valid value of datatype specified in metadata file!\r\nTable url: https://w3c.github.io/csvw/tests/test279.csv\r\nCell row: 1 column: 1\r\nAdditional info: Foo\r\nMore about datatypes at:\r\nhttps://www.w3.org/TR/2015/REC-tabular-metadata-20151217/#datatypes"
}
], - "Warnings": [ ]
}
]
}
}