HMIS / LSASampleCode

Longitudinal System Analysis (LSA) Sample Code and Documentation
22 stars 10 forks source link

Invalid Affiliation File Errors? #1196

Closed evaripatis closed 11 months ago

evaripatis commented 11 months ago

We've been notified by one of our clients that they received errors for their Affiliation.csv file when submitting their LSA. Upon reviewing their report files, their Affiliation.csv file is empty, however, their Project.csv file contains no records where ProjectType is 13, RRHSubType is 1, and ResidentialAffiliation is 1. Based on the current specifications, I can't see why an empty Affiliation.csv file would generate any errors here. Is there is an error in the validation process? Do the specifications need updating? If neither of those, could you provide clarification on why this error is occurring? image image

JulesABrown commented 11 months ago

We've definitely had a bunch of uploads with blank affiliation files accepted already, so there might be something going on in the file itself. We'll look into it. Thanks!

JulesABrown commented 11 months ago

@evaripatis it looks like the export is populating that row with something (see the image on the right). The file should be completely empty (like the one on the left) to pass the upload process. MicrosoftTeams-image (2)

evaripatis commented 11 months ago

Ok, thank you! We'll have them manually delete that row until we can push out an update to have it removed.