You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will they cover X12 empty segments as well?
I just serialized my first EDI file, and below is what I got. I don't need the FOB, ITD, TD5, MSG, TC2, AMT segments. I built my POCO object in memory, so everything started out null.
Also, do you not built the segment count for the SE segment? I just plugged in the number 54 to see what would happen. When I left it out, the SE01 is missing. Seems like the user of the POCO class would not know what number to put there.
Hi @NealWalters
regarding your first question yes they should cover empty segments for X12 just fine. The same does not work on empty implicit segments from EdiValue decorated properties which turned out more difficult than it sounds.
Regarding segment counts you have a valid point. There is an draft work-in-progress for counting segments for the wellknown structures (Groups, Messages, SegmentsInMessages) but not finshed yet. You can track it here #17
I saw these:
#151
#152
#153
Will they cover X12 empty segments as well?
I just serialized my first EDI file, and below is what I got. I don't need the FOB, ITD, TD5, MSG, TC2, AMT segments. I built my POCO object in memory, so everything started out null.
Also, do you not built the segment count for the SE segment? I just plugged in the number 54 to see what would happen. When I left it out, the SE01 is missing. Seems like the user of the POCO class would not know what number to put there.
Thanks!
Neal
The text was updated successfully, but these errors were encountered: