In order to configure the To XML destination component described in the Channel Destination Components section of the manual, you must define the following properties:
Property
Description
Full directory path to write files into*
Path of the directory where XML files will be saved after processing.
Output file mask (must contain '%i', e.g. Output%i.xml)*
The output files are saved in the processing directory with the specified filename, which must contain %i (e.g. Output_%i.xml). %i is replaced by the date followed by a sequence number. For example, the output file mask, Output_%i.xml, would be used to create a file called Output_20060428124931_00001, which would contain the first message processed on April 28, 2006, 12:49:31 PM.
Temporary file extension
Extension to use while writing the file. After the file has been completely written and closed, it will be renamed to its final target filename. If no temporary extension is specified, the final target file will be written, with no renaming. If either the temporary or final target file is already present in the output directory, an error will be logged and the channel will be stopped.
XML translation VMD file*
Absolute path to the message definition file used to perform the HL7 to XML conversion.
Automatically purge error logs older than
Specify when error logs are stale and can be deleted. If this value is 0, then error logs will never be automatically purged.