Skip to content

Commit e8e50a3

Browse files
committed
Add info on importing HR contacts
1 parent 3e28e25 commit e8e50a3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

data/hr_contacts_sample.csv

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Org Unit,Org Unit Name,HR Contact,Phone#,Pers#,Pos#,,,,,
2+
50000999,Fake Department Names ,"Bieber, Brett",x2-1598,99999,bbieber2,,,,,

data/setup_permissions.php

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
ini_set("auto_detect_line_endings", true);
66

7+
/*
8+
* Export the UNL HR contact list (go.unl.edu/hrcontacts) to CSV using the
9+
* same format as the hr_contacts_sample.csv
10+
*/
711
$permissions = new SplFileObject(dirname(__FILE__).'/UNL Org Units with Contacts for Help Desk-Updated 4-2012.csv');
812
$permissions->setFlags(SplFileObject::READ_CSV);
913

0 commit comments

Comments
 (0)