File XML Output Adapter

Adapter type: xml_out. The File XML Output adapter writes data as a file in XML format.

If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type. The type for this adapter is xml_out.

Property Label Property ID Type Description
Directory dir directory

(Required) Specify the absolute path to the data files you want the adapter to read. For example, <username>/<folder name>.

No default value.
File (in Directory) file tables (Required) File the adapter writes data to. No default value.
Include Base Content outputBase boolean (Optional) Records the initial contents of the stream, not just the updates. Default value is false.
Only Base Content onlyBase boolean (Optional) Sends a one-time snapshot of initial contents of the stream. Default value is false.
Directory (run-time) runtimeDir runtimeDirectory (Advanced) Location of the data files at run time, if different from discovery time. No default value.
File Pattern filePattern string (Advanced) Pattern used to look up files for discovery. Default value is *.xml.
Date Format dateFormat string (Advanced) Format string for parsing data values. Default value is %Y-%m-%dT%H:%M:%S.
Timestamp Format timestampFormat string (Advanced) Format string for parsing timestamp values. Default value is %Y-%m-%dT%H:%M:%S.
Field Mapping permutation permutation (Advanced) Mapping between the in-platform and external fields. No default value.

PropertySet

propertyset string

(Advanced) Specifies the name of the property set (a group of properties and values) you want to use from the project configuration file. If you specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set override the values defined in the ATTACH ADAPTER statement. No default value.