Posted: Wed Sep 23, 2009 11:07 am Post subject: how to map sequence with open defined in ESQL
Novice
Joined: 13 Apr 2009 Posts: 24
Hi,
I have an MRM [swift] which actually has a free format after some 4 tags. Finally I have the free format 'sequence' with composition as sequence and content-validation as 'Open defined'.
How to parse this via esql?
There might be unknown elements coming up under this composition.
Something like this:
{1:.........
20::
21::
25::
---------parsed till here.
30::
52a::
60a::
------ above one is random and unknown. parsed as open defined.
Not sure what you mean by that. Are you asking about the use of CREATE...PARSE in your ESQL?
Or were you thinking that the TDS parser would treat this as an unresolved choice which needs to be resolved by the message flow?
If your TDS message model is correct, you should get a correct message tree in all cases, and you can then map the fields in the usual way using ESQL or the Mapping node.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum