roskakori / cutplace

validate data stored in CSV, PRN, ODS or Excel files
http://cutplace.readthedocs.org/
GNU Lesser General Public License v3.0
18 stars 20 forks source link

Fix that command line client gets stuck on ICD in ODS format with syntax error #46

Closed roskakori closed 9 years ago

roskakori commented 12 years ago

Steps to reproduce:

$ cutplace tests/input/icds/broken_syntax_error.ods 
ERROR:cutplace:broken_syntax_error.ods (R13C3): cannot validate example for field u'gender': value is u'some' but must be one of: u'male' or u'female'
roskakori commented 9 years ago

Should be fixed with #76, needs testing.

roskakori commented 9 years ago

Fixed with 0.8.0, which just went live.