ParseXmlMode

Specifies how to use the data contained in XML files when you set ParseXml to TRUE. Set this parameter to one of the following values:

  • Metadata - The data contained in the XML file is converted to document metadata.
  • Document - The connector expects the XML file to contain a single XML document, in the same format that would be produced by an IDOL XML writer, for example:

    <DOCUMENT>
        <DREREFERENCE>…</DREREFERENCE>
        <DRECONTENT>…</DRECONTENT>
        …
    </DOCUMENT>
    
Type: String
Default: Metadata
Required: No
Configuration Section: TaskName or FetchTasks
Example: ParseXmlMode=Metadata
See Also: ParseXml