Is this the right issue type?
Summary
There are now things which aren't dates in the spreadsheets. "Unknown" or "NA" or even just a year like "1983" are a problem for the current implementation;
- Text like "Unknown" should be passed through
- Years are currently treated as if they're Jan 1st and shifted as such. This leaks the date shifting offset for a given participant.
this is related to #2
Acceptance Criteria
The current approach is to manually edit the shifted Excel document after shifting it. A better approach would be to copy appropriate values and halt execution when unexpected data is encountered.
Confirm creation
Is this the right issue type?
Summary
There are now things which aren't dates in the spreadsheets. "Unknown" or "NA" or even just a year like "1983" are a problem for the current implementation;
this is related to #2
Acceptance Criteria
The current approach is to manually edit the shifted Excel document after shifting it. A better approach would be to copy appropriate values and halt execution when unexpected data is encountered.
Confirm creation