Open msmayaswan opened 7 months ago
Case 1:
No issues were found with IT_IDENTITY_CARD, it was correctly anonymized.
US_BANK_NUMBERS was anonymized correctly, there were no issues found when running the program.
ES_NIF did not anonymize correctly because of errors I made during the sprint 2. After being adjusted ES_NIF was correctly anonymized and works fine now.
US_LOCATION was anonymized correctly, and therefore produced no errors.
@obiudemadu do you think the first line was a reasonable replacement for US_BANK_NUMBER ?
Customer first provided an invalid AU ABN <US_BANK_NUMBER> and then the correct one <AU_ABN>
@claesmk The first line seems like a reasonable replacement for "US_BANK_NUMBER" if the context indicates that the original input was indeed an invalid Australian Business Number (ABN) rather than a US bank number.
Discussion to explore ways to improve recognition quality.