-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathClever-Teachers.xml
30 lines (28 loc) · 1.91 KB
/
Clever-Teachers.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!--
===========================================================================
This export file was created by Mark Strendin, at
Living Sky School Division No 202, for the
MySchoolSask Virtual Integration Group.
Other export file definitions, documentation, issue tracking, and
most-recent copies of this export file can be found in our GitHub repository:
https://github.com/LivingSkySchoolDivision/MySchoolSaskIntegrations
===========================================================================
-->
<export table-id="tblStaff" header-row="true" value-delimiter=",">
<filter field="stfStatus" operator="equals" source="default" value="Active"/>
<filter field="relStfSklOid.sklSchoolID" operator="notEmpty" source="default"/>
<!-- Only include staff that have a certification number (so, only include teachers) -->
<filter field="stfIDState" operator="notEmpty" source="default"/>
<field id="relStfSklOid.sklSchoolID" header-source="constant" header-value="School_id"/>
<field id="stfStaffID" header-source="constant" header-value="Teacher_id"/>
<field id="stfStaffID" header-source="constant" header-value="Teacher_number"/>
<constant value="" header-source="constant" header-value="State_teacher_id" />
<field id="relStfPsnOid.psnEmail01" header-source="constant" header-value="Teacher_email"/>
<field id="relStfPsnOid.psnNameFirst" header-source="constant" header-value="First_name"/>
<constant value="" header-source="constant" header-value="Middle_name" />
<field id="relStfPsnOid.psnNameLast" header-source="constant" header-value="Last_name"/>
<field id="stfStaffType" header-source="constant" header-value="Title"/>
<field id="relStfPsnOid.psnEmail01" header-source="constant" header-value="Username"/>
<constant value="" header-source="constant" header-value="Password" />
</export>