-
Hi, I have to process edifact input files that contain messages with two different message types (VWAT and VWDT):
and
Now I want to set the transactionSchema in the START_TRANSACTION event. But I need two different schema files. One for VWAT and another one for VWDT. I've tried to get the message type in then START_TRANSACTION event, but without success. I need to set the transactionSchema depending on the message type. How can I accomplish this task? Thanks and regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Kaiawaia , you can set the transaction schema anytime during the |
Beta Was this translation helpful? Give feedback.
@Kaiawaia , you can set the transaction schema anytime during the
UNH
segment. So, your code can retrieve and set the schema when it encounters the element with the transaction code.