Swirrl / csv2rdf

Clojure library and command line application for converting CSV to RDF. An implementation of the W3C CSVW specifications
Eclipse Public License 1.0
26 stars 6 forks source link

Schema incompatibility warnings should be more specific #323

Closed lkitching closed 11 months ago

lkitching commented 1 year ago

Any schema incompatibilities between tabular columns and their metadata definitions lead to the following warning being displayed:

[main] WARN  csv2rdf.logging - Columns at index 1 not compatible

There are multiple reasons why a column could be found to be incompatible, so the warning message should include the reason.