EBIworld.com > EBI/Clarify Tips > EXTOL Business Integrator (EBI/EBF) - Defining Record IDs in flat file schema

EXTOL Business Integrator (EBI/EBF) - Defining Record IDs in flat file schema

TAGS: EXTOL EBI / EXTOL Business Integrator / EXTOL Schema / EXTOL Flat File / EXTOL EBF /


From our previous posts we reviewed setting up the EXTOL flatfile schema, defining the delimiters and setting the properties of a flat file schema (below) we need to review how to define the record IDs.

In the example below we show how to set-up the record “HI” and the set-up for:

  • Record ID length
  • Record ID Start
  • Record ID Type
  • Record ID Value
  • Record ID Length

EXTOL Business Integrator EBI Flat File Schema Record ID screenshot 1

When we describe the attributes of the above values, we are referencing the RecordID field.

In the example below we look at the ‘CM’ record. Just like the 'HI’ record we are using the RecordID field to describe the actual record ID.

EXTOL Business Integrator EBI Flat File Schema Record ID screenshot 2

Note: When the file is delimited the 'Record Length’ attribute will be 0.



Copyright 2013 @ www.seanhoppe.com


By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.