singer-io / tap-quickbase

Singer.io tap for Quick Base API
GNU Affero General Public License v3.0
7 stars 3 forks source link

transform bools correctly #10

Closed nick-mccoy closed 6 years ago

nick-mccoy commented 6 years ago

Since Quickbase's API sends back a '0' for false and a '1' for true, and we are using the singer-python transform code, we had to add code to transform the booleans