|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
To parse the sample message:
More often than not, it is necessary to combine the multiple fields of an incoming message (as demonstrated above) into a single table column. This can be accomplished by using a global Python string variable and Python's string concatenation functionality. In this example, you will be shown how to combine all the data found in field 5 of the OBX segments. A single Python variable will be used to collect all the values from the multiple repetitions of the OBX segment in the incoming message. This single Python variable will then be assigned to a new field in the ResultInformation table. |