I am trying to import the CSV file with employee data (2 records: empId, first name, last name, gender, birthday) into the HRM but it always failed. From Firefox 3.6, it show Upload Successful. Continuing with Data Import but under the final result, it said "Some rows failed to import" and only the empId, firstname, lastname is imported (note: 2 records shown in orangeHRM with id, firstname, lastname only).
From IE8, orangeHRM just hangs there with and "error on page". This time, it only import 1 records with empId, firstname, last name imported.
I have defined the custom import as : empId, firstName, lastName, gender, birthday
I have defined the sample csv as
1,"test","test","M", 1970-01-01
2,"test1","test1","F", 1970-01-02
Any help is greatly apprecipate!!
Many Thanks
