Difference between revisions of "CSV Validator"
(Release 1.0) |
(Development Activity: Update with Link to Activity Feed) |
||
Line 27: | Line 27: | ||
== Development Activity == | == Development Activity == | ||
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --> | <!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. --> | ||
− | + | All development activity is visible on Github: https://github.com/digital-preservation/csv-validator/commits | |
− | <!-- Add the Ohloh.com ID for the tool, if known. | + | |
+ | <!-- Add the Ohloh.com ID for the tool, if known. --> | ||
{{Infobox_tool_details | {{Infobox_tool_details | ||
|ohloh_id= | |ohloh_id= | ||
}} | }} | ||
− | + | ||
+ | ====Activity Feed==== | ||
+ | Below the last 5 activity feeds: | ||
+ | <rss max=5>https://github.com/digital-preservation/csv-validator/commits/master.atom</rss> | ||
+ | |||
+ | . |
Revision as of 08:57, 23 October 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
All development activity is visible on Github: https://github.com/digital-preservation/csv-validator/commits
Activity Feed
Below the last 5 activity feeds:
- 2024-11-21 12:13:38
- [tag:github.com,2008:Grit::Commit/57fbb70b4e0f94d951f15bc8d487ffb7944d2891 Merge pull request #513 from digital-preservation/DR2-1969-assisted-f…]
- by MancunianSam https://github.com/MancunianSam
- 2024-11-15 12:05:54
- [tag:github.com,2008:Grit::Commit/95c357171832ff3af823812d001e07dec345ba07 Make the input fields lazy]
- by MancunianSam https://github.com/MancunianSam
- 2024-11-15 09:50:18
- [tag:github.com,2008:Grit::Commit/cfddda2a1fee5401d7559617f2cf0528db90cf6e Test on java21]
- by MancunianSam https://github.com/MancunianSam
- 2024-11-15 09:47:28
- [tag:github.com,2008:Grit::Commit/f7ea3b713deedc196a7b72ca050b71f221346b34 Replace 8 with 11]
- by MancunianSam https://github.com/MancunianSam
- 2024-11-15 09:43:42
- [tag:github.com,2008:Grit::Commit/dbf10a60e283a029152dfa7bc285a6031f222e44 Remove java 8 from tests]
- by MancunianSam https://github.com/MancunianSam
.