Socket (As Server) CSV Output Adapter

Adapter type: dsv_sockin_out. The Socket (As Server) CSV Output adapter sends data in Event Stream Processor delimited format to the incoming network adapters.

The adapter can be configured to send only the base state of the stream. The socket closes after sending the base state of the stream but may be repeatedly reconnected.

It is possible for the data not to have the header, or for the header not to specify the field names.

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

Property Label Property ID Type Description
Port port int (Required) Server port. If port is set to -1, the adapter reads from the Ephemeral Port File. Default value is 12345.
Include Base Content outputBase boolean (Optional) Records the initial contents of the stream, not just the updates. Default value is false.
Prepend Stream Name, Opcode prependStreamNameOpcode boolean (Optional) If true, each message starts with the stream name and the opcode. Default value is false.
Ephemeral Port File epFile filename (Advanced) The file that contains the server port number, if port is -1. No default value.
Only Base Content onlyBase boolean (Advanced) The adapter sends only the initial contents of the stream, once. Default value is false.
Delimiter delimiter string (Advanced) The symbol used to separate the columns. Default value is a comma ( , ).
Has Header hasHeader boolean (Advanced) Whether the first line of the file contains the description of the fields. Default value is false.
Date Format dateFormat string (Advanced) The format string for parsing date values. Default value is %Y-%m-%dT%H:%M:%S.
Timestamp Format timestampFormat string (Advanced) The 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.

Known limitations:
  • Supports only one network connection.