Skip to main content

Data Export: Current employee details

Data export to show basic employee details.

H
Written by Harry Ledger
Updated over 3 weeks ago

You can create a basic export of current employee details using the Admin Tool.

The export includes the following fields:

  • Person number

  • Effective status

  • First name

  • Surname

  • E-mail

  • Gender

  • Continuous service date

  • Location name

  • Post name

  • Manager name

  • Supervisor name

Create export

Follow the steps below to generate the export.

  1. In the Admin Tool, click Import/export data.

  2. Click Create an export definition.

  3. Click Select the data to export.

  4. From the Database drop-down menu, select Select HR.

  5. Click the SQL tab then delete Select*.

  6. Copy the following SQL data into the blank space:

    Select Person.Snapshot.[Person Number], Person.Snapshot.[Effective Status], Person.Snapshot.[First Name], Person.Snapshot.Surname, Person.Snapshot.[E-Mail], Person.Snapshot.Gender, Person.Snapshot.[Continuous Service Date], Person.Snapshot.[Location Name], Person.Snapshot.[Post Name], Person.Snapshot.[Manager Name], Person.Snapshot.[Supervisor Name] From Person.Snapshot Where Person.Snapshot.[Effective Status] = 'current'

  7. Select the relevant filter criteria then click the Data tab.

  8. Click Key Field at the top-left then select Person Number.

  9. Click OK then review the data.

  10. Once you're happy with the data, in the Definition field, enter a name for the export.

  11. Next to Export to file location, click Browse then choose where to save the export.

  12. From the File Format drop-down menu, select the relevant option.

  13. If required, select the Export column headers check box.

  14. Click Next then select the relevant options.

  15. Click Next then click Finish.

Did this answer your question?