Adzz / data_schema

Declarative schemas for data transformations.
Apache License 2.0
86 stars 9 forks source link

Implement collect_errors option when casting #4

Open Adzz opened 2 years ago

Adzz commented 2 years ago

This would attempt to continue casting on other fields, collecting all of the errors as it goes.

This is potentially a bit tricky and less performant so we should probably have separate functions.