RubyGems Navigation menu

csv_schema 0.0.3

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.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.0.3 - December 21, 2010 (9.0 KB)
  2. 0.0.2 - December 20, 2010 (9.0 KB)
  3. 0.0.1 - December 20, 2010 (9.0 KB)
  4. 0.0.0 - December 20, 2010 (9.0 KB)

Runtime 依赖 (1):

fastercsv ~> 1.5.3

Development 依赖 (1):

rspec ~> 1.3.1

业主:

作者:

  • jconley

SHA 256 校验和:

01130c52df8992749e30987d4245e2669c25a1bf5b82b79094d3814a5e37cd62

下载总量 16,932

这个版本 5,079

许可:

需要的 Ruby 版本:

链接: