Adzz / data_schema

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

Adds an option to provide default values #36

Closed Adzz closed 2 years ago

Adzz commented 2 years ago

This option lets you specify a fn which will be called if a field is found to be empty. If it's allowed to be empty the output of that function will be set as the field's value. If it's not it will error.

ulissesalmeida commented 2 years ago

Nice 🎉