Hi
I need some help in parsing a java ETD with multiple
segments. some segments/fileds are optional and repeating
also. I need to know what should I use in this case
Global or Local delimiters ?
In case of Global delimiters while setting different levels
how should be the sequence of delimiters ? That is which
one should come first, end of record or the field one ?
In my case even the segment might contain sub segments and
fileds.
The ETD structure looks like this:-
Root
Header (fixed width)
Element1 (All Elements/segments are delimited)
Field1
Field2
Field3
Element2
Field1
Field2
Field3
Field4
Element2A
Field1
Field2
Element..n
Field1
Field...n
Any example/help will be greatly
appreciated. Thanks.
I need some help in parsing a java ETD with multiple
segments. some segments/fileds are optional and repeating
also. I need to know what should I use in this case
Global or Local delimiters ?
In case of Global delimiters while setting different levels
how should be the sequence of delimiters ? That is which
one should come first, end of record or the field one ?
In my case even the segment might contain sub segments and
fileds.
The ETD structure looks like this:-
Root
Header (fixed width)
Element1 (All Elements/segments are delimited)
Field1
Field2
Field3
Element2
Field1
Field2
Field3
Field4
Element2A
Field1
Field2
Element..n
Field1
Field...n
Any example/help will be greatly
appreciated. Thanks.