Posted: Mon Oct 16, 2006 6:22 am Post subject: Define TDS Message
Voyager
Joined: 28 Nov 2004 Posts: 76
Hello
We are splitting X12 messages into "transactions" using MB V6.0 and TDS parser. I'm interested in modelling some of the X12 segments in TDS and wish to ignore the remaining data.
For example
ISA
GS (group start)
ST (start of transaction)
SEGx:more data
SEGx:more data
SE (end of transaction)
ST (start of transaction)
SEGx:more data
SE (end of transaction)
....
GE (group end)
.....
IEA
In this example, two messages would be propagated, 1 for each ST/SE set.
I have sucessfully modelled/parsed ISA/GS/ST segments but am unclear how I might represent the data within the ST/SE segments without defining all the segments/elements.
am unclear how I might represent the data within the ST/SE segments
Read the FIX standard, and note all the characteristics of that part of a FIX message. Then come up with a TDS model which accurately describes all those characteristics. Ask specific questions if/when you hit problems with the second part.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum