abtassociates / eva

Eva is a HUD application to aid HMIS Leads with data analysis. It is an open-source project intended for local use by HMIS Administrators in Continuums of Care (CoCs) around the U.S. and its territories.
GNU Affero General Public License v3.0
14 stars 4 forks source link

453 overlapping hmis participation records #455

Closed kiadso closed 10 months ago

kiadso commented 10 months ago

Added a step to the importFile function that removes any rows in any csv where the DateDeleted is not null. If there's a date in the DateDeleted column, we are not going to ascribe any meaning to it other than it is deleted data and are removing it from anything Eva will see. We do this before we check for duplicate IDs, etc. Also updated all the sandbox scripts to recent edits. For testing, I added an extra row to the Organization.csv and added a DateDeleted to it.

alex-silverman commented 10 months ago

I didn't realize I was on this branch and made a few testing-related updates.