EBIworld.com > EBI/Clarify Tips > EXTOL Business Integrator (EBI) - Using File Adapters

EXTOL Business Integrator (EBI) - Using File Adapters

TAGS: EXTOL Business Integrator /


EXTOL File Adapters allow users to do the following:

  • Write
  • Read
  • Delete
  • Copy
  • Move

Some of the essential set-up configurations:

  • Description
  • Interaction
  • File Path - Always prefix the value with ‘file:’
  • File Name
  • Collision Action

image

In the example above we:

  • Use <EXTOL Global Variables> to derive the filepath name.
  • Use input variables to derive the name of the filename, ie. $TP



Copyright 2014 @ 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.