frictionlessdata / tableschema-rb

A Ruby library for working with JSON Table Schema.
MIT License
12 stars 10 forks source link

Upgrade to specs-v1 null/cast/constraints symantics #24

Closed roll closed 7 years ago

roll commented 7 years ago

Overview

There is a specs simplification related to null values. Now you could do 3 independent steps:

So here Field class should be slightly updated. Also there is a new missingValues property. So see py/js libs how it's implemented.

Tasks