Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Difference between a Delimiter and a terminator

Status
Not open for further replies.

Matrobert

Programmer
Aug 29, 2001
2
US
Hi,
I am confused about the similarities and differences between Delimiters and Terminator properties in the Type Designer. Can anyone throw some light on these.

TIA,
Mat
 
In an EDI message the terminator character is used to allow the translator to recognise the end of the segment (or record). The delimiter characters are used to separate individual elements and sub-elements within the segment and, in effect, act as "terminators" for each piece of information.
for example:
Typically, in EDIFACT the ' (single quote) is used to designate the end of the segment, the + (plus sign) to separate the elements (including the 3 letter segment "tag" or identifier) and the : (colon) is used to separate sub-elements (elements which contain related pieces of information such as lines of an address).
In TRADACOMS the ' is again used to designate the end of the segment, the + to separate the elements the = (equals sign) to designate the 3 letter segment "tag" and the : is again used to separate sub-elements (elements which contain related pieces of information such as lines of an address).

Of course these characters can all be valid in any text field so they are usually escaped with the ? (question mark) when used in this way.
I hope this helps.
H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top