jpmckinney / validictory

🎓 deprecated general purpose python data validator
Other
240 stars 57 forks source link

Need more descriptive field name #65

Closed kenfar closed 10 years ago

kenfar commented 10 years ago

Failed to validate field '_data' list schema: Length of value 'foo' for field '_data' must be greater than or equal to 10

I'm adding validictory to a csv data analysis & validation tool. With wide csv files I need something more specific than field '_data' failed the data validation check.

Would it be possible to include the title, or at least the index number for the list item in the error message?

jamesturk commented 10 years ago

this issue is already open (#56)

kenfar commented 10 years ago

Can you provide a reason for closing this?

Is there a work-around? Is it just too hard to fix?

jamesturk commented 10 years ago

it is already reported at #56

kenfar commented 10 years ago

Great. Note that DMR's example involved multiple identically-named object members whereas my example involved identifying the index within an array.

Thanks for addressing this.