Import Employee Demographics

From EDgearWiki
Revision as of 10:14, 25 March 2019 by Egadmin (talk | contribs)
Jump to navigationJump to search

This program will import employee information into the Human Resource System (demographic page) so it does not have to be entered one staff member at a time. It will import data from a file to a table on the screen and the user can choose which employee's information to import.


Pipe "|" Delimited File Format

ssn|lname|fname|mname|suffix|email|gender|hire|dob|address|apt|city|state|zip|homeph|cellph|phn3|phn4|ephn|status|sepdate|dlicst|dlicnum|dlicexpd|loc|obj|function|sites

ssn - Social Security Number lname - Last name fname - First name mname - Middle name suffix - Suffix email - Email address gender - gender hire - Hire date dob - Date of birth address - Address apt - Apartment number city - City state - State zip - Zip code homeph - Home phone number cellph - Cell phone number phn3 - Phone number 3 phn4 - Phone number 4 ephn - Emergency phone number status - Status code sepdate - Separation date dlicst - Driver's license state dlicnum - Driver's license number dlicexpd - Driver's license expiration date loc - Location obj - Object code function - Function code sites - School site codes


Notes on file items:

  • Hire date, Birth date, and Separation date should be in the following format: YYYYMMDD.
  • The Location field should be the home site school three digit number.
  • StaffID does not require a value since the program will build the staff ID when a new employee is added.
  • The Sites field should a three digit site code. If more than one site, separate each three digit site with a comma.
    • The object function code is used for each of the 'sites' when building contracts.


On the left navigation panel, select Human Resources, Loaders and Import Employee Demographics.

Setup Box Options

For other set up values not listed in the standard set up list:

  • Email Type - Choose the email type to be imported: Home, Work or Other
  • Address Type - Choose the address type to be imported: Home, Mailing, Etc.
  • Country Type - Choose country of where the address is located.
  • Phone Number 3 and 4 Type - Note: Phone numbers 1 & 2 ( Home and Work) are hard coded. Choose other phone numbers for 3 & 4: Cell, Answering Service, Beeper, Etc.
  • Emergency Number Type - Choose phone number for your emergency number.
  • Driver's License Type - Choose driver's license type: Automobile, Commercial, Bus, etc.
  • Overide HR Data - Choose if you wish to overwrite the data that currently exists in the HR database.
  • Include IDs - Choose if the file contains staff IDs.
  • Update HR IDs - Choose if you wish to overwrite the existing staff IDs with the import file staff IDs.
  • Update Contact Information Only - Select this option to update existing employee records only with the import file's phone, email and addresses.
  • Inactive Separated Employee Security - Select this option to make all security records inactive for the employees who have a termination date in their import file.
  • Choose File - Click to choose the file to import from where it is stored on your computer.

To find definitions for standard setup values, follow this link: Standard Setup Options.


NOTE: The logic for importing employee demographic information into the Human Resource System is as follows:

The program checks to see if a record exists in the database with the employee's SSN.

  1. If a record exists then the program checks to see if the employee last names are the same.
    • If they are the same then the program updates the demographic information only if the corresponding fields are blank.
  2. This program considers the HR Data to be more accurate, unless you select to Override HR.
    • If you select to Override HR, then the program will replace the demographic information with the data found in the table on the screen and in the case of the address and phone numbers, if the address/phone number type you selected from the setup box exists in the database, then only the first occurrence will be overwritten.
  3. If a record exists but the employee last names are not the same, then the record is skipped.
  4. If a record does not exist then the program will generate a Staff ID and insert the employee's information into the Human Resource System.


Click the OK to advance to the next page.

Choose the employee(s) that you want to add/update and click on Import. You will then see a window verifying that the import was completed.


To Print this Report

Print - This will allow the user to print the report.



Human Resources Main Page


JCampus Main Page

Retrieved from EDgear Wiki