We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cba5f0 commit 2986272Copy full SHA for 2986272
README.md
@@ -77,7 +77,10 @@ Or you can create an EDI interchange on the fly:
77
from pydifact.segmentcollection import Interchange
78
from pydifact.segments import Segment
79
80
-interchange = Interchange()
+interchange = Interchange(syntax_identifier=("IBMA",1),
81
+ sender="MeMyselfAndIrene",
82
+ recipient="TheOtherOne",
83
+ control_reference="KLuzs7c6")
84
interchange.add_segment(Segment("QTY", ["12", "3"]))
85
86
print(interchange.serialize())
0 commit comments