-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Could it be possible to track segment group on closing segment in parser?
When we convert components to properties of our model, we need to know where we are in structure. For example in PRICAT/D02A we have DTM in groups SG1 = RFF-DTM, SG3 = RFF-DTM, SG5 = TAX-MOA-DTM, SG6 = CUX-DTM, and so on.
In our old converter we had definitions for it, knowing which property in our model we have to set, e.g.:
sg33.dtm.64=dateFrom,
sg33.dtm.63=dateTo
or for ORDRSP:
root.dtm.64=default.DateFrom
sg01.dtm.171=referenceDate
sg26.dtm.64=item.dateFrom
Regards, Gabriel
Reactions are currently unavailable