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 #29

Closed
aine-etke opened this issue Sep 17, 2024 · 0 comments
Closed

Fix required fields check on Bulk registration CSV upload #29

aine-etke opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aine-etke
Copy link
Member

aine-etke commented Sep 17, 2024

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 added the bug Something isn't working label Sep 17, 2024
@aine-etke aine-etke changed the title Fix Bulk registration CSV upload Fix required fields check on Bulk registration CSV upload Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants