frictionlessdata / tableschema-js

A JavaScript library for working with Table Schema.
http://frictionlessdata.io/
MIT License
82 stars 27 forks source link

Fixes #122. #124

Closed ghost closed 6 years ago

ghost commented 6 years ago

Here's first attempt to add 'forceCast' flag. Used in both table.iter and schema.castRows (as per your advice @roll and as figured if collecting you don't want to keep throwing errors every time) Left out field from forceCast as doesn't collect errors like rows.

roll commented 6 years ago

@mattRedBox Thanks! I'll review tomorrow.

roll commented 6 years ago

@mattRedBox Sorry for the delay. I wasn't able to finish the review for now. But going to end in coming days. All look good - just want to check with prev discussions on tableschema-py on the flag naming.