COHHIO / ryha

R Shiny app for analyzing COHHIO Youth Homelessness Data
GNU Affero General Public License v3.0
8 stars 1 forks source link

Update hashing function #111

Open IvanM26 opened 3 weeks ago

IvanM26 commented 3 weeks ago

The way HMIS Vendor enters partial SSNs is going to change. There will now be "x's" in the SSN for incomplete SSNs, which will cause the app to reject the upload. For that reason, we need to change the hashing function to also remove alphabetic characters (both lowercase or uppercase).