message.getColCount¶
Use when: You want to read values from the modified message during mapping. If you need the original incoming message, use source.getColCount.
Signature: message.getColCount()
Returns: Integer count - the number of columns in a message
Get the number of columns in a message.
Note
This method only applies to CSV formatted messages.
Parameters¶
None