monarch-initiative / koza

Data transformation framework for LinkML data models
https://koza.monarchinitiative.org/
BSD 3-Clause "New" or "Revised" License
47 stars 4 forks source link

Fixed truthiness error that made the tsv writer ignore zero values #141

Closed kevinschaper closed 2 months ago

kevinschaper commented 2 months ago

Repaired 3 truthiness checks in tsv writing to ensure that zeroes can make it out of the tsv writer, along with unit tests for null handling methods and update to the end to end test on the writer