Skip to content
New issue

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

Importing a CSV led to duplicate students #42

Open
cycomachead opened this issue Dec 14, 2023 · 0 comments
Open

Importing a CSV led to duplicate students #42

cycomachead opened this issue Dec 14, 2023 · 0 comments

Comments

@cycomachead
Copy link

I tried to import a CSV, but it just created duplicates.
Some students had identical SIDs, all should have had identical emails.

The matching algo needs to be:

  • match on SID if present
  • match on email if present
  • ignore records that don't have at least one of those.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant