-
Notifications
You must be signed in to change notification settings - Fork 2
/
XelloStudents.xml
31 lines (29 loc) · 1.97 KB
/
XelloStudents.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
31
<?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="tblStudent" header-row="true" value-delimiter="|" value-wrapper="">
<!-- Only export active students -->
<filter field="stdEnrStatus" operator="equals" value="Active" />
<filter field="stdEnrStatus" operator="equals" value="Active No Primary" connector="or" />
<sort field="relStfSklOid.sklSchoolName" direction="asc" />
<sort field="relStfPsnOid.psnNameLast" direction="asc" />
<sort field="relStfPsnOid.psnNameFirst" direction="asc" />
<field id="stdIDLocal" header-source="constant" header-value="StudentID" />
<field id="stdIDLocal" header-source="constant" header-value="UPN ID" />
<field id="relStdPsnOid.psnFieldC001" header-source="constant" header-value="FirstName" />
<field id="relStdPsnOid.psnFieldC003" header-source="constant" header-value="LastName" />
<field id="relStdPsnOid.psnGenderCode" header-source="constant" header-value="Gender" />
<field id="relStdPsnOid.psnDob" format="YYYY-MM-dd" header-source="constant" header-value="DateOfBirth" />
<field id="stdGradeLevel" header-source="constant" header-value="CurrentGrade" find="^0" replaceAll="" />
<field id="relStdSklOid.sklSchoolID" header-source="constant" header-value="CurrentSchoolCode" />
<field id="relStdSklNext.sklSchoolID" header-source="constant" header-value="PreRegSchoolCode" />
<field id="relStdPsnOid.psnEmail01" header-source="constant" header-value="Email" />
</export>