Required Data Format
Single name format
One column for the full name as a single string
staffID, name, phoneNumber, email, …
Your file must include these columns:
- Staff ID (unique identifier)
- First Name
- Last Name
- Other Names
- Phone Number
- Department
- Branch
- Position/Unit
Sample Format
| Staff ID | First Name | Last Name | Other Names | Phone Number | Department | Branch | Position/Unit | |
|---|---|---|---|---|---|---|---|---|
| EMP001 | John | Smith | Michael | 123-456-7890 | john.smith@company.com | Engineering | Main | Developer |
| EMP002 | Sarah | Johnson | 123-456-7890 | sarah.johnson@company.com | HR | Main | Manager | |
| EMP003 | Michael | Chen | 123-456-7890 | michael.chen@company.com | Design | Accra | Designer |