<?xml version="1.0" encoding="iso8859-1" ?>
<import tag="1stTEST" type="data" mode="update">
<options>
<dateformat mmddyyyy="true"/>
<notification>
<EMail>[email protected]</EMail>
</notification>
</options>
<fields>
<field name="name" type="char" mapsto="person.data"/>
<field name="officeid" type="char" mapsto="custom.locationid"/>
<field name="startyear" type="char" mapsto="person.yearstarted"/>
<field name="personelid" type="int" mapsto="person.id"/>
<field name="dob" type="date" mapsto="person.dateofbith"/>
<field name="sex" type="char" mapsto="person.sex"/>
<field name="modified" type="date" mapsto="record.modified"/>
</fields>
<csvdata columnheaders="false">
<![CDATA[
"Jack Wade",214,2002,111012,07/04/1975,"M",02/11/2006
"Sam Davidson",214,1999,104841,10/15/1967,"M",02/10/2006
"Denise V Law",214,1998,104660,01/21/1971,"F",02/17/2006
"Lisa Blake",214,1989,100987,08/01/1982,"F",01/21/2006
"Andrew Match",214,1991,101074,12/25/1980,"M",02/28/2006
]]>
</csvdata>
</import>