I'm trying to import a CSV file with user data onto Equitrac, but the manual isn't clear on the format I should use.
I've created a test CSV file with the following line:
"add","ur","testuser","John Doe","10.00",1234567890,"1.00","johndoe@testserver "
But I get the following error:
"add ur testuser": The department doesn't exist in the database.
But the user actually on the database doesn't have a department assigned to it.
Any hints?
I've created a test CSV file with the following line:
"add","ur","testuser","John Doe","10.00",1234567890,"1.00","johndoe@testserver "
But I get the following error:
"add ur testuser": The department doesn't exist in the database.
But the user actually on the database doesn't have a department assigned to it.
Any hints?
Comment