Write Documents to Disk in XML Format
To write documents to disk in XML format, configure an XmlWriter
processing task by setting the Pre
, Post
, Update
, or Delete
configuration parameter.
When you create the XmlWriter
task, specify the file name of the XML file. For example:
[ImportTasks] Pre0=XmlWriter:C:\ConnectorFrameworkServer\pre.xml Post0=XmlWriter:C:\ConnectorFrameworkServer\post.xml