How do I dereference information on multiple instances of the same type of objects, if that is what happened to be in the message?
book
Article ID: KB0092054
calendar_today
Updated On:
Products
Versions
TIBCO IntegrationManager
-
Not Applicable
-
Description
Resolution: Nested data is referenced by a path to the data, similar to the way you would access the data in Java or C. For example "a.b.c" refers to the field c of field b of a. If there are multiple branches with the same name then [n] can be used as in this example that identifies c of the 3 occurrences of field b in a. - a.b[2].c
Environment
Product: TIBCO IntegrationManager
Version: 4.5.0
OS: All
--------------------
Issue/Introduction
How do I dereference information on multiple instances of the same type of objects, if that is what happened to be in the message?