Validation Results

5ece25d5d520f50004000055

https://gasymar.es/cron/export.csv

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 = 548

Download Standardised CSV
0Errors 2Warnings 1Messages
Structure 0 0 1
Schema 0 0 0
Context 0 1 0

2 Warnings

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.

Structural problem: Non-standard Line Breaks on row 1

Your CSV appears to use LF line-breaks. While this will be fine in most cases, RFC 4180 specifies that CSV files should use CR-LF (a carriage-return and line-feed pair, e.g. \r\n). This may be labelled as "Windows line endings" on some systems.

Next Steps

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