9.3.2.3.3 delim.seqid
Specifies the name of the header field, JMS property, or system value that contains the seqid used to uniquely identify individual records. This value must increment and the last character must be the least significant.
delim.seqid={field_name|$jms_property|*seqid}
Where:
-
field_nameindicates the name of a header field containing theseqid -
jms_propertyuses the value of the specified JMS header property, a special value of this is$jmsidwhich uses the value returned by the mechanism chosen by thejms.id property -
seqidindicates a simple continually incrementing 64-bit integer generated by the system
For example:
delim.seqid=$jmsid
Parent topic: Delimited Parser Properties