I've got a simple CSV file with names and passwords. When I run the import command, it just hangs on the upload ( and file is only 70K ). Nothing happenes, browser keeps saying it's waiting ... no errors in the log either. Saved the file as UNIX - and tried with quotes around values and without. Data looks like this: john;smith;somepassword;jsmith@aol.com any ideas ? thanks.
forgot to mention that since my CSV file had no username, I chose 'generate' for the username field. When I set that field to the same as the email field it basically worked. Problem is, some of the records have no email, so the import thinks its a dupliate and doesn't import them all. It's only 2000 or so records - so not sure what the problem is ...