Advertisement
uniblab

Untitled

Jun 7th, 2018
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.70 KB | None | 0 0
  1. <dbOperation xsi:type="fileImport" connectionStringName="SalesForce" updateBatchSize="200" tableName="FacultyStaffStaging" namespace="WorkDay" commandTimeout="360" >
  2.     <columnMapping>
  3.         <map from="%wod:FileNameWithoutExtension%" to="FileNameWithoutExtension" />
  4.     </columnMapping>
  5.     <source xsi:type="jsonFile"
  6.         typeName="Johnson.FacStaffList.Person[], gm_FacStaffList" mapWith="Johnson.FacStaffList.PersonToRecord, gm_FacStaffList"
  7.         path="\\jgsm-sql01\D$\FacStaffList" name="*_*.json"
  8.         regexPattern="((dyson)|(hotel)|(jcb)|(johnson)|(sha))_((staff)|(faculty))\.json$"
  9.     >
  10.         <assemblies>
  11.             <assembly path="\\jgsm-sql01\FacStaffList" name="gm_FacStaffList.dll" />
  12.         </assemblies>
  13.     </source>
  14. </dbOperation>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement