I tried to upload the following CSV (Created by editing the sample given using Open Office Spreadsheet):
"first_name";"middle_name";"last_name";"employee_id";"other_id";"driver's_license_no";"license_expiry_date";"gender";"marital_status";"nationality";"date_of_birth";"address_street_1";"address_street_2";"city";"state/province";"zip/postal_code";"country";"home_telephone";"mobile";"work_telephone";"work_email";"other_email"
"Homer";"J";"Simpson";"XYS";"SSS";12332232;;;;;;;;;;;;;;;;
I get the message: 0 Employee Record(s) Imported Successfully
I suspected that this has something to do with the id fields not being numeric. Then I tried the following CSV with the same result:
"first_name";"middle_name";"last_name";"employee_id";"other_id";"driver's_license_no";"license_expiry_date";"gender";"marital_status";"nationality";"date_of_birth";"address_street_1";"address_street_2";"city";"state/province";"zip/postal_code";"country";"home_telephone";"mobile";"work_telephone";"work_email";"other_email"
"Homer";"J";"Simpson";112;332;12332232;;;;;;;;;;;;;;;;
This file was automatically created by OpenOffice spreadsheet using its default format. Therefore, there is a reasonable probability of this issue occurring.