singer-io / tap-appsflyer

A Singer.io tap for extracting data from the AppsFlyer API
GNU Affero General Public License v3.0
11 stars 40 forks source link

Skip transformation if boolean field is null #9

Closed dmosorast closed 6 years ago

dmosorast commented 6 years ago

Fixes #8.

Since all of the boolean fields in the schemas are nullable, this will just pass through if None comes through as a value for a boolean field.