SeanHoppe.com > CLEO Tips > Cleo EDI Integrator > EXTOL EDI Integrator (EEI) - Using Segment Counters for Inbound Map

EXTOL EDI Integrator (EEI) - Using Segment Counters for Inbound Map

29th December 2013

EXTOL EDI Integrator (EEI) gives us ability to count the number of segments that we receive or send.

In our example below we will look at receiving multiple PO1 segment in an inbound 850 x12 map.

Step 1:

  • In the Segment/Element map section, place a ‘2’ on the segment.
  • In the 'Segment Counter’ field place a value between 1-99. This counter number should not be used by any other segment

EXTOL EDI Integrator (EEI) segment counter screenshot

Step 2:

  • Navigate to the field that the counter value should be placed into. In our example we are going to place the segment counter value into F47012.EDLN.
  • Once we place a '2’ on F47012.EDLN and hit <enter>, we will place 'SC’ into the field: 'Field data source/dest’. After this field is populated we will place 'S04' in the field: 'Accumulator or segment counter’

EXTOL EDI Integrator (EEI) segment counter applied to field screenshot



Copyright 2013 @ www.seanhoppe.com


By: on
load('http://www.seanhoppe.com/EXTOL-Blog-Feed2/'); $feed2 = array(); foreach ($rss2->getElementsByTagName('item') as $node2) { $item2 = array ( 'title' => $node2->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node2->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node2->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node2->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed2, $item2); } $limit2 = 5; $rss3 = new DOMDocument(); $rss3->load('http://www.ebithree.com/EBIThree-RSS/'); $feed3 = array(); foreach ($rss3->getElementsByTagName('item') as $node3) { $item3 = array ( 'title' => $node3->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node3->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed3, $item3); } $limit3 = 5; $rss4 = new DOMDocument(); //$rss4->load('http://www.ebithree.com/EBIThree-RSS/'); $rss4->load('http://www.ebiworld.com/EBI-Feed/'); $feed4 = array(); foreach ($rss4->getElementsByTagName('item') as $node4) { $item4 = array ( 'title' => $node4->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node4->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed4, $item4); } $limit4 = 5; echo ' '; ?>