Categories: None [Edit]

csv_schema

https://rubygems.org/gems/csv_schema
https://github.com/jconley88/csv_schema
This validator is intended to be run on csv files that are updated and received on a regular basis. It allows you to specify required headers the following data restrictions: columns that must be unique, columns that must be restricted to certain values, or columns that can't allow nil values. This gem checks that the newly received file is consistent with the specified 'csv schema'. This frees you form having to manually check that the new file has not changed and reduces the possibility that an unnoticed change will cause any subsequent analyses to be incorrect.

Total

Ranking: 54,732 of 180,554
Downloads: 16,962

Daily

Ranking: 129,538 of 180,543
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
23769,978,324rspec
1,51315,703,784fastercsv

Owners

#GravatarHandle
1iconjconley88