"createsiteusers" with a CSV file returns the error "line X for user ''Invalid value for 3: Explorer'': '''' Too many errors encountered in CSV file."
Following the "createsiteusers" command documentation here and the CSV Import File Guidelines here, I attempted to create a new user using a CSV file with the following entry:
email address,,,Explorer,None,true
Running the command tabcmd createsiteusers "path to CSV file" resulted in the error:
line email address for user ''Invalid value for 3: Explorer'': '''' Too many errors encountered in CSV file None Exiting...
This was reproduced in v2.0.11 of tabcmd 2.0
This issue is affecting us, too. We've been unable to automate user creation in our Cloud environment with TABCMD 2.0 for three-four weeks now. This is causing a lot of confusion for our users who expect to have access but do not because of this bug. Is there any ETA? Thank you.
I am affected by the same issue. I have found out after trying a bunch of things that you need to submit the arguments in lower case.
"Explorer" will be returned as invalid value, but "explorer" will work. Same with "None" and "none". I ended up using 1 instead of TRUE as well.
The script will now process every line but will also skip them all, returning a "Payload is either malformed or incomplete" error message, so we are still unable to create users.
Any updates?
This is fixed in today's release of 2.14. Sorry I didn't associate this to the correct bug earlier.