Open kcoyle opened 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.
In dctap-python, my intention has been to make Boolean values configurable in the config file, e.g.:
boolean_aliases: "Y": "true" "N": "false"
For the cookbook, give a short statement on using values other than true/false, 1/0 in the columns that take Boolean values.