Validation Results

5ecfcaafdf5056000400005f

2 Errors, 2 Warnings

Context problem: Incorrect content type

Your CSV file is being delivered with an incorrect Content-Type of application/zip.
We recommend that you configure your server to deliver CSV files with a Content-Type header of text/csv; charset=utf-8

Structural problem: Invalid Encoding on row 1

1

Your CSV appears to be encoded in UTF-8, but invalid characters were found. This can often be caused by copying and pasting data from a different source.

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.

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.

Next Steps

Publish and transform your data using DataGraft, either as enhanced CSV or Linked Data.