seven1m / onebody

private member portal for churches, built with Ruby on Rails
GNU Affero General Public License v3.0
1.4k stars 284 forks source link

Allow "T" and "F" to be interpreted as true and false for boolean field imports #673

Closed zarniwoop closed 7 years ago

zarniwoop commented 7 years ago

As a PowerChurch user importing to OneBody from CSV, I want OneBody to interpret "T" and "F" in boolean fields as true and false So that I don't have to scrub the data before import to change those values myself.

seven1m commented 7 years ago

Great idea.