Difference between revisions of "CSV Validator"
(Create initial page) |
(Release 1.0) |
||
Line 3: | Line 3: | ||
{{Infobox_tool | {{Infobox_tool | ||
|purpose=Validation of CSV files against user-defined schema | |purpose=Validation of CSV files against user-defined schema | ||
− | |image= | + | |image=Csv-validator-started-gui.png |
|homepage=http://digital-preservation.github.io/csv-validator/ | |homepage=http://digital-preservation.github.io/csv-validator/ | ||
|license=[http://www.mozilla.org/MPL/2.0/ Mozilla Public Licence version 2.0] | |license=[http://www.mozilla.org/MPL/2.0/ Mozilla Public Licence version 2.0] | ||
Line 20: | Line 20: | ||
== Description == | == Description == | ||
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --> | <!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --> | ||
− | The CSV Validator is designed to allow validation of CSV files against user defined schema. It was developed at The National Archives (UK) to allow the validation of metadata files being received in CSV format. This was driven by the fact that CSV data is very easy to create for all users, via spreadsheet tools, or at worst any text editor. However, there was previously no straightforward way of checking that the received CSV files actually had the expected number of columns, or that those columns contained data of the type expected. | + | The CSV Validator is designed to allow validation of CSV files against user defined schema. It was developed at The National Archives (UK) to allow the validation of metadata files being received in CSV format. This was driven by the fact that CSV data is very easy to create for all users, via spreadsheet tools, or at worst any text editor. However, there was previously no straightforward way of checking that the received CSV files actually had the expected number of columns, or that those columns contained data of the type expected. Version 1.0 of the tool was released in July 2014, additional developer involvement is encouraged. THe CSV Validator serves as reference implementation for the [http://digital-preservation.github.io/csv-schema/csv-schema-1.0.html CSV Schema Language version 1.0], released simultaneously. Further information in [http://blog.nationalarchives.gov.uk/blog/csv-validator-new-digital-preservation-tool/ post on The National Archives blog] |
== User Experiences == | == User Experiences == |
Revision as of 11:17, 15 July 2014
Description
The CSV Validator is designed to allow validation of CSV files against user defined schema. It was developed at The National Archives (UK) to allow the validation of metadata files being received in CSV format. This was driven by the fact that CSV data is very easy to create for all users, via spreadsheet tools, or at worst any text editor. However, there was previously no straightforward way of checking that the received CSV files actually had the expected number of columns, or that those columns contained data of the type expected. Version 1.0 of the tool was released in July 2014, additional developer involvement is encouraged. THe CSV Validator serves as reference implementation for the CSV Schema Language version 1.0, released simultaneously. Further information in post on The National Archives blog
User Experiences
Development Activity
Full details of development can be seen in the GitHub repository https://github.com/digital-preservation/csv-validator/releases