JMS CSV Output Adapter Studio Properties

Adapter type: toolkit_jms_csv_output. Set these properties for the JMS CSV Output adapter in the ESP Studio adapter properties dialog.

If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type.

Property Label Description
Column Delimiter

Property ID: csvDelimiter

Type: string

(Advanced) Specify the symbol used to separate the columns.

Date Format

Property ID: csvDateFormat

Type: string

(Advanced) Specify the format for parsing date values.

Timestamp Format

Property ID: csvTimestampFormat

Type: string

(Advanced) Specify the format for parsing timestamp values.

Has Header

Property ID: csvHasHeader

Type: boolean

(Advanced) Indicate whether the first line of the file contains the description of the CSV fields.

Prepend stream name, opcode

Property ID: csvPrependStreamNameOpcode

Type: boolean

(Optional) If set to true, the adapter prepends the stream name and the opcode in each row of data that is generated.

Connection Factory

Property ID: connectionFactory

Type: string

(Required) Connection factory name.

JNDI Context Factory

Property ID: jndiContextFactory

Type: string

(Required) Context factory for JNDI context initialization.

JNDI URL

Property ID: jndiURL

Type: string

(Required) JNDI URL.

JMS Destination Type

Property ID: destinationType

Type: string

(Required) Specify the destination type. Valid values: QUEUE, TOPIC.

Destination Name

Property ID: destinationName

Type: string

(Required) Specify the destination name.

Delivery Mode

Property ID: deliveryMode

Type: string

(Optional) Specify the delivery mode. Valid values: PERSISTENT, NON_PERSISTENT.

PropertySet

Property ID: propertyset

Type: string

(Advanced) Specifies the name of the property set. Property sets are reusable sets of properties that are stored in the project configuration file. Using these sets allows you to move adapter configuration properties out of the CCL file and into the CCR 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.