Import - One Line Per Employee, Two Rates

Previous Top Next


Open Dental

The above program is an example of a time clock program which can export data in a format we refer to as 'One Line Per Employee, Two Rates'.

Each employee has only one line/record in the file, and up to two pay rates.

The data is in a semi-colon delimited format, with at least these six specific fields:

'FirstName'

'LastName'

'Rate1Hours'

'Rate1OTHours'

'Rate2Hours'

'Rate2OTHours'