dcmi / dctap

DC Tabular Application Profile
https://dcmi.github.io/dctap/
34 stars 10 forks source link

Modifying Boolean values #82

Open kcoyle opened 2 years ago

kcoyle commented 2 years ago

For the cookbook, give a short statement on using values other than true/false, 1/0 in the columns that take Boolean values.

tombaker commented 1 year ago

In dctap-python, my intention has been to make Boolean values configurable in the config file, e.g.:

boolean_aliases:
    "Y": "true"
    "N": "false"