seattleflu / id3c-customizations

Extensions of ID3C for the Seattle Flu Study
MIT License
3 stars 0 forks source link

Treat Empty Strings as None in Clinical ETL #356

Closed bencap closed 1 year ago

bencap commented 1 year ago

Some PHSKC records were coming through with non breaking spaces as the data for certain clinical fields. This caused issues with the mapper, which assumed that any strings should have some valid data in them. This change removes that assumption, instead treating strings that have been stripped empty as None type mappings.

bencap commented 1 year ago

Deployed.