frictionlessdata / data-quality-spec

A spec for reporting errors in data quality.
MIT License
20 stars 3 forks source link

Message for non-castable-value should contain an actual value #7

Closed roll closed 7 years ago

roll commented 7 years ago

For now non-castable-value:

[3,15] [non-castable-value] Row 3 has non castable value in column 15 (type: integer, format: default)
[3,16] [non-castable-value] Row 3 has non castable value in column 16 (type: integer, format: default)
[3,17] [non-castable-value] Row 3 has non castable value in column 17 (type: integer, format: default)
[3,18] [non-castable-value] Row 3 has non castable value in column 18 (type: boolean, format: default)
[3,20] [non-castable-value] Row 3 has non castable value in column 20 (type: boolean, format: default)
[3,21] [non-castable-value] Row 3 has non castable value in column 21 (type: boolean, format: default)
[3,24] [non-castable-value] Row 3 has non castable value in column 24 (type: boolean, format: default)
[3,27] [non-castable-value] Row 3 has non castable value in column 27 (type: boolean, format: default)
[3,28] [non-castable-value] Row 3 has non castable value in column 28 (type: integer, format: default)
[3,32] [non-castable-value] Row 3 has non castable value in column 32 (type: integer, format: default)

See enumerable-constraint example:

[5,22] [enumerable-constraint] The value [Not Applicable] in row 5 and column 22 does not conform to the given enumeration: ['COMPLETE RESPONSE', 'PARTIAL RESPONSE', 'PROGRESSIVE DISEASE', 'STABLE DISEASE']
pwalsh commented 7 years ago

agreed. please add.