Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <dbOperation xsi:type="fileImport" connectionStringName="SalesForce" updateBatchSize="200" tableName="FacultyStaffStaging" namespace="WorkDay" commandTimeout="360" >
- <columnMapping>
- <map from="%wod:FileNameWithoutExtension%" to="FileNameWithoutExtension" />
- </columnMapping>
- <source xsi:type="jsonFile"
- typeName="Johnson.FacStaffList.Person[], gm_FacStaffList" mapWith="Johnson.FacStaffList.PersonToRecord, gm_FacStaffList"
- path="\\jgsm-sql01\D$\FacStaffList" name="*_*.json"
- regexPattern="((dyson)|(hotel)|(jcb)|(johnson)|(sha))_((staff)|(faculty))\.json$"
- >
- <assemblies>
- <assembly path="\\jgsm-sql01\FacStaffList" name="gm_FacStaffList.dll" />
- </assemblies>
- </source>
- </dbOperation>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement