PAY: Export Employees and Jobs

Use the Export Employees and Jobs screen to export employee and job information from WinTeam into an ASCII file (named TKEXport.txt). This file may be imported into other systems. You may export Employee and Job information from WinTeam, and then import it into other systems, as often as needed to keep the other system up-to-date.

Tip:  If you perform this process on a regular basis, you will save hours of time on data entry by no longer having to manually reenter information from WinTeam into other systems.

Key Functionality

Timekeeping Export Specs

Below are the file layouts for the employee records or the job records. This is a fixed length ASCII file. The total record length is 134 for the employee records or 155 for job records. Each record is followed by a CR/LF.

Example Employee FileBound Forms

Example Employee File
' E 1 – 1 Constant letter “E”
' Status Flag - 2 – 2 A = Active, C = Change, D = Delete
' EmployeeNumber - 3 – 11 000000001 – Right Justified and zero filled
' Last Name – 12 – 26 Left justified and space filled
' First Name – 27 – 36 Left justified and space filled
' SSN - 37 – 45 SSN
' Phone - 46 – 59 Example is: 4021230000 and then space filled
‘ Phone2 - 60 – 73 Example is: 4021230000 and then space filled
' Phone3 - 74 – 87 Example is: 4021230000 and then space filled
' Number - 88 – 112 Constant value: “00.0000.0000.00 "
' PrimaryJob - 113 – 120 If selected this could be whatever otherwise spaces
' Spaces – 121 - 134 Spaces
Example Job File
‘ B - 1 – 1 Constant letter “B”
‘ Status Flag – 2 – 2 A= active , C=Change, D=Delete
‘ Job Number - 3 – 10 Alphanumeric field & space filled
‘ Job Description – 11 - 30 Alphanumeric field and space filled
‘ Address – 31 – 60 Alphanumeric field and space filled
‘ City – 61 – 75 Alphanumeric field and space filled
‘ State – 76 – 77 State code
‘ Zip – 78 – 87 Zip code and space filled
‘ Phone – 88 – 101 See above for employee layout
‘ Zeroes – 101 – 105 Constant value “00.00”
‘ Phone description – 106 – 139 Example is: Cell Phone and space filled
‘ Spaces – 140 – 155 spaces

Related Information