Previous Topic: Write OperationNext Topic: Connector Policy Examples


Write Property—Defines Where an Event is Sent

Write operations begin with a <Write> property. The <Write> property defines where an event is sent after processing.

This property has the following format:

<Write tagfilter= />
   <Field type="file" name= properties= />
   <Field type="publishcache" properties= />
</Write>
tagfilter

Defines a regular expression that, if matched against an event property, removes the property from the event.

type

Defines the type of destination. The provided destinations and their syntax are as follows:

properties

Defines the event properties to include in the written output.

Example: Write CIs to a file

The following example writes all normalized CIs to a file called "sampleCIs.txt," which is automatically placed in a location for IFW processing:

<Field type="file" name="sampleCIs.txt" properties="/>