I am trying to create a type tree that describes a very difficult format. Has anyone dealt with this format before?
The format uses comma field delimiters and forward slash segment terminations. There is a text field that may contain commas and forward slashes. No release character has been specified. I was able to get around this.
However, a there is a segment called the Continuation Segment. This segment may continue a text field. It starts with "88," and has no terminator and no fixed length. Currently the validation map sees the initiator and then goes to the end of the document, ignoring initiators of subsequent segments.
One collegue suggested using the initiator of next segments as the terminator. Would it be possible to use the same field as both an initiator and a terminator?
The format uses comma field delimiters and forward slash segment terminations. There is a text field that may contain commas and forward slashes. No release character has been specified. I was able to get around this.
However, a there is a segment called the Continuation Segment. This segment may continue a text field. It starts with "88," and has no terminator and no fixed length. Currently the validation map sees the initiator and then goes to the end of the document, ignoring initiators of subsequent segments.
One collegue suggested using the initiator of next segments as the terminator. Would it be possible to use the same field as both an initiator and a terminator?