To set up output to an XML file, complete the following steps.
- Open the <project>.ini file.
- To set the name of the XML file to match the document URN, in the <project>.ini file, set the XMLFileName column to URN. Otherwise, the name is the same as the original imported document.
- Open the BRWEXP table.
-
In the DefaultExportPath column,
enter the path to the output directory.
The export path defined here overrides the export path defined in RTS. If there is no export path defined here, the system uses the one that is defined in RTS. This aids in a multi-tenancy environment where multiple clients in a single BFT instance might need to export documents to individual directories. You need to ensure that the folder defined in the export path must be a valid (existing) one with write permission.
- Optional. To set the file extension to .xml, set the XMLFileType column to True. The default extension is .xml.
-
Optional. To support UTF-16 for non-western characters,
such as Chinese, set the XMLEncodingHeader column
to UTF-16.
An XML file is not generated if the output data contains non-western characters and the encoding header is set to UTF-8.