Advertisement
uniblab

Untitled

Jun 14th, 2018
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.21 KB | None | 0 0
  1. <WorkOrder xmlns="http://Icod.Wod" xsi:schemaLocation="http://Icod.Wod \\jgsm-sql01\Icod.Wod\schema0.xsd"
  2.     xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3.     jobName="wget Faculty and Staff process"
  4.     emailTo="foo@example.com"
  5. >
  6.     <steps>
  7.         <dbOperation xsi:type="fileImport" connectionStringName="SalesForce" updateBatchSize="200" tableName="FacultyStaffStaging" namespace="WorkDay" commandTimeout="360" >
  8.             <columnMapping>
  9.                 <map from="%wod:FileNameWithoutExtension%" to="FileNameWithoutExtension" />
  10.                 <map from="fname" to="FirstName" />
  11.                 <map from="mname" to="Middle_Name__c" />
  12.                 <map from="lname" to="LastName" />
  13.                 <map from="title_work" to="Title" />
  14.                 <map from="suffix" to="suffix__c" />
  15.             </columnMapping>
  16.             <source xsi:type="jsonFile"
  17.                 typeName="Johnson.FacStaffList.Person[]" mapWith="Johnson.FacStaffList.PersonToRecord"
  18.                 path="\\jgsm-sql01\FacStaffList" name="*_*.json"
  19.                 regexPattern="((dyson)|(hotel)|(jcb)|(johnson)|(sha))_((staff)|(faculty))\.json$"
  20.             >
  21.                 <assemblies>
  22.                     <assembly path="\\jgsm-sql01\FacStaffList" name="gm_FacStaffList.dll" />
  23.                 </assemblies>
  24.             </source>
  25.         </dbOperation>
  26.     </steps>
  27. </WorkOrder>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement