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

How are duplicated rows in tsv files handled? #10

Open
chahuistle opened this issue Jun 11, 2018 · 0 comments
Open

How are duplicated rows in tsv files handled? #10

chahuistle opened this issue Jun 11, 2018 · 0 comments
Labels
question Further information is requested

Comments

@chahuistle
Copy link
Contributor

I just tested uploading this file:

First Name      Last Name       Email   Title
One     Two     [email protected]       Mr.
One     Three   [email protected] Mr.
One     Two     [email protected]       Mr.

I got a message stating: "One Two contains a duplicate username or email already registered", which is "kind of correct", I think, because none of these users existed already.

I would've expected either the whole tsv file to be uploaded and all rows to be committed, but apparently rows are independently added.

@chahuistle chahuistle added the question Further information is requested label Jun 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant