π What is the Eligibility File?
The **Eligibility File** ensures that only approved employees can donate via payroll. It acts as a secure gatekeeper to prevent ineligible users from accessing payroll giving. Best practice is to automate the upload via **SFTP (Secure File Transfer Protocol)**. However, you can also upload the file manually via CSV. ---
βοΈ Automating Uploads via SFTP
To configure automated uploads:
- Go to Settings > Eligibility File
- Enter your companyβs SFTP configuration details
- If needed, contact support@goodcompany.org for assistance
---
π€ Manual Upload
To manually upload your file:
- Prepare your
.csv
file (see format below) - Click the Choose File button
- Ensure the correct mapping is selected
- Click Upload
---
π Mandatory Columns
The Eligibility File **must** include the following headers:
EmployeeID
FirstName
LastName
Email
BusinessUnitId
PayCycleId
OfficeStateCode
These fields are case-sensitive and required. ---
π Field Mapping
We offer a simple mapping tool to align your internal data fields with our required ones. Your current mappings might look like this:
GoodCompany Field | Your Field |
---|---|
EmployeeId | EmployeeId |
FirstName | FirstName |
LastName | LastName |
BusinessUnitId | BusinessUnit |
OfficeStateCode | State |
PayCycleId | PaycycleId |
To update your mapping, go to Settings Eligibility File. ---
β Important Rules & Validation
- β File must be .csv format
- β
OfficeStateCode
must use abbreviations (e.g.VIC
notVictoria
) - β No blank rows, columns, or cells. Use
unknown
(no quotes) where data is unavailable - β
EmployeeId
must be a unique, immutable identifier - β
PayCycleId
must match your companyβs payroll setup. If not using payroll, useunknown
- β All values must match the equivalent values in SSO claims exactly
- β Submit a separate file for each country. For example:
-
Eligibility_AU.csv
for Australia -
Eligibility_NZ.csv
for New Zealand
-
- β Eligibility is based on country of salary, not location
---
π¬ Need Help?
If you need help with SFTP setup, file formatting, or mapping, contact us at [support@goodcompany.org](mailto:support@goodcompany.org). Weβre happy to guide you through the process.