We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Error encountered when importing record with Unique ID in CSV for Individuals and Groups.
Instance: ACF-DEV
Steps to reproduce:
TSOS-18.csv TSOS-26.csv
Actual Behavior: Error in Registrant ID field.
Expected Behavior: No error in Registrant ID field.
Screenshot:
The text was updated successfully, but these errors were encountered:
Upon checking, the cause of error is due to using the wrong column name in the header of the csv.
The header should be Unique ID and not Registrant ID.
Unique ID
Registrant ID
To fix this, just change the Registrant ID to Unique ID. Also, make sure that spp_registrant_import module is installed before uploading.
spp_registrant_import
No code change/improvement needed.
sample screenshots after uploading the csv with the changed column name
Sorry, something went wrong.
Findings: QA Passed
Able to upload CSV in Groups page - PASS
Able to block upload of duplicate unique ID in Group page - PASS
Able to upload csv in Individuals page - PASS Able to block upload of duplicate unique ID in Individuals page - PASS
PLEASE NOTE : For UNIQUE ID, Values "0", "O", "1", "I" are not accepted. adding any of these values in the unique ID will trigger an error.
reichie020212
No branches or pull requests
Description:
Error encountered when importing record with Unique ID in CSV for Individuals and Groups.
Instance:
ACF-DEV
Steps to reproduce:
TSOS-18.csv
TSOS-26.csv
Actual Behavior:
Error in Registrant ID field.
Expected Behavior:
No error in Registrant ID field.
Screenshot:
The text was updated successfully, but these errors were encountered: