frictionlessdata / tableschema-py

A Python library for working with Table Schema.
https://frictionlessdata.io
MIT License
260 stars 41 forks source link

fixing normal behaviours I broke, my bad #253

Closed paulgirard closed 5 years ago

paulgirard commented 5 years ago

My previous PR introduced bugs... My fix was too quick and broke previous behaviours. Should be better like this. Tests passed.

I took the liberty to change the valid variable name to make the principles more explicit. Also if the reference table is missing is considered the same thing as original row empty. I would have raised an exception is such a case but I only left a comment about this.