Hi,
I am dealing with a message that follows the format
{tag}PPPvvvvvvvv*xxxxxxx*{tag1}PPPPPPPP{tag2}vvvvvvvvv*xxxxxxxxx*
The PPP portion of the message is the "positional" section of this
sub-record. the "vvvvvvvv*" is a variable length field where "*" denotes the
end of the field. the "xxxxxxx*" is another simliar field within the record.
In my schema I'm able to address the change in positional to delimied
formats with no problem. Since there are cases where the xxxxxxx* may/may not
be there (optional) I am having problems in deciding how to handle the child
delimiter. I've tried both "infix" and "postfix" but get stuck depending on
whether the xxxxxxx* portion is there or not.
--
Ravi Shankar
|