fte:metadata Ant nested elements

Metadata is used to carry additional user-defined information with a file transfer operation.

See Metadata for MFT user exits for more information about how Managed File Transfer uses metadata.


Nested by:


Parameters specified as nested elements

    fte:entry
    We must specify at least one entry inside the fte:metadata nested element. We can choose to specify more than one entry. Entries associate a key name with a value. Keys must be unique in a block of fte:metadata


Entry attributes

    name
    Required. The name of the key belonging to this entry. This name must be unique across all entry parameters nested inside a fte:metadata element.

    value
    Required. The value to assign to this entry.


Example

This example shows a fte:metadata definition that contains two entries.
<fte:metadata>
	<fte:entry name="org.foo.partColor" value="red"/>	
	<fte:entry name="org.foo.partSize" value="medium"/>
</fte:metadata>
Parent topic: fteAnt: run Ant tasks in MFT


Related information