Posted: Thu Oct 09, 2003 2:28 pm Post subject: Repeating Compound Types CWF
Newbie
Joined: 09 Oct 2003 Posts: 7
We will be receiving repeating segments. We will not know the number of times the segments will repeat. Is there a way to override the repeat count WMQI is expecting? Currently the message will not parse without a value explicitly set in repeat count or a variable (containing the repeat value) preceding the repeating segment. Any ideas?
- insert a repeat counter in MRM in a desired format
- parse your message as BLOB
- calculate the repeat counter and convert it to a defined format (string, integer, etc)
- concatenate with the original message
- re-parse with an RCD node
We used this method for simplified IDOC parsing and worked - just I don't like.
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