tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

"createsiteusers" with a CSV file returns the error "line X for user ''Invalid value for 3: Explorer'': '''' Too many errors encountered in CSV file."

Open pcmcsf opened this issue 2 years ago • 2 comments

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

pcmcsf avatar May 03 '23 19:05 pcmcsf

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.

rymatt830 avatar May 12 '23 19:05 rymatt830

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.

JeremyCalloud avatar Oct 05 '23 13:10 JeremyCalloud

Any updates?

rymatt830 avatar Jun 04 '24 19:06 rymatt830

This is fixed in today's release of 2.14. Sorry I didn't associate this to the correct bug earlier.

jacalata avatar Jun 14 '24 01:06 jacalata