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

Fix required fields check on Bulk registration CSV upload, fixes #29 #32

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

aine-etke
Copy link
Member

The problem is originally mentioned in the Awesome-Technologies/synapse-admin#552, but the actual reason is a bit different.

Attached file "example-bad.csv" contains a supposedly good file for import that fails either with "required field displayname is missing" or with "required field id is missing"

Attached file "example-good.csv"
contains an unexpectedly good file for import that passes the required fields check (note that in this file id is renamed as i_d and displayname is renamed as display_name).

Nevertheless, even after that synapse-admin does not see IDs

example-bad.csv
example-good.csv

@aine-etke aine-etke merged commit 66c7065 into main Sep 17, 2024
1 check passed
aine-etke pushed a commit that referenced this pull request Oct 17, 2024
@aine-etke aine-etke deleted the fix-required-fields-check-on-csv-upload branch October 25, 2024 08:55
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

Successfully merging this pull request may close these issues.

1 participant