Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<Import>
	<Archive>
		<Document>
			<DocFile FileLoc="C:\GetSmart\Import\Document1.txt"/>
			<Fields>
				<Field Name="FieldName" value="Doc1" />
				<Field Name="Other Field" value="Value1" />
			</Fields>
		</Document>
		<Document>
			<DocFile FileLoc="C:\GetSmart\Import\Document2.txt"/>
			<Fields>
				<Field Name="FieldName" value="Doc2" />
				<Field Name="Other Field" value="Value2" />
			</Fields>
		</Document>
		<Document>
			<DocFile FileLoc="C:\GetSmart\Import\Document3.txt"/>
			<Fields>
				<Field Name="FieldName" value="Doc3" />
				<Field Name="Other Field" value="Value3" />
			</Fields>
		</Document>
	</Archive>
</Import>
 


Overview of Schema

...