frictionlessdata / tableschema-go

A Go library for working with Table Schema.
MIT License
46 stars 10 forks source link

Present all errors when Casting table #88

Closed danielfireman closed 4 years ago

danielfireman commented 4 years ago

Overview

Nowadays, the CastTable method fails fast. This is not good because if the file has many problems, one is going to try to cast many times. Instead, it would be better to collect and return all problems in one call.


Please preserve this line to notify @danielfireman (lead of this repository)

danielfireman commented 4 years ago

Fixed by #89