Congratulations! Your CSV is valid! However, there are some issues that you may want to address to make is as easy as possible to reuse your data
Total Rows Processed = 1217
Download Standardised CSV0Errors | 3Warnings | |
---|---|---|
Structure | 0 | 0 |
Schema | 0 | 1 |
Context | 0 | 1 |
Dialect: Non standard dialect
Although your CSV validates, to make it as easy as possible for your data to be reused, we recommend using commas as delimiters, double quotes to enclose fields, and autodetecting line endings.
Schema problem: Inconsistent value in column 8
The data in column 8 is inconsistent with others values in the same column.
Context problem: No encoding
The encoding of your CSV file is not being declared in the HTTP response.
We recommend that you configure your server to deliver CSV files with a Content-Type
header of text/csv; charset=utf-8
If you are using a different encoding, then use an appropriate value for the charset
parameter.
Publish and transform your data using DataGraft, either as enhanced CSV or Linked Data.