digital-preservation / csv-schema

CSV Schema
http://digital-preservation.github.io/csv-schema
Mozilla Public License 2.0
98 stars 33 forks source link

Allow indeterminate values in Range #4

Closed DavidUnderdown closed 8 years ago

DavidUnderdown commented 9 years ago

Allow the use of * in Range statements, as for the Length statement to indicate that there is either no lower, or no upper bound to the range so range(0,) would allow all positive numbers, while range(,0) would allow all negative values. (see https://github.com/digital-preservation/csv-validator/issues/69 for further context)

DavidUnderdown commented 8 years ago

Closed in release 1.1, see commit 22850f5