On November 10, 2017 8:37:40 AM GMT+01:00, Marc Furon marcf@dslextreme.com wrote:
Jaap Eldering wrote:
On a second look: the problem is that your account file is not quite up to spec, and we're arguably not very fault tolerant in parsing it. According to the specification [1] a team account should be of the form "team-nnn" where nnn is a number with leading zeros. Our code doesn't recognize "acm101".
Yes, I see that in the specification, although I don't know why the specification has to be that narrow for user IDs. I worked around the issue by importing the users as other types, then issuing SQL commands to convert them to team users and add the account to team relationships in the database. Everything seems to be there now.
I guess that specification is a bit of a relic from the past. It's based on the use case that systems would be able to import these as numeric IDs. I'm currently not even sure if we need this.
Jaap
I also now see where the sample input and output downloads are.
Marc