mitre / data-owner-tools

Tools for the Childhood Obesity Data Initiative (CODI) data owners and partners to use in record linkage
Apache License 2.0
5 stars 8 forks source link

changed extracted format in `handle_row()` within `extract.py` to output dob as YYYY-MM-DD instead of ISO format #43

Closed jsrockhill closed 2 years ago

jsrockhill commented 2 years ago

Just one line diff to swap outputting the DoB datetime object with a set YYYY-MM-DD format ("%Y-%m-%d"), where the previous code had .isoformat() as its output.

For ticket #183688204