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 = 24
Download Standardised CSV0Errors | 3Warnings | |
---|---|---|
Structure | 0 | 0 |
Schema | 0 | 2 |
Context | 0 | 0 |
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 5
The data in column 5 is inconsistent with others values in the same column.
Schema problem: Inconsistent value in column 6
The data in column 6 is inconsistent with others values in the same column.
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.
Publish and transform your data using DataGraft, either as enhanced CSV or Linked Data.