EBIworld.com > EBI/Clarify Tips > Customize Transformation Settings in EXTOL Business Integrator

Customize Transformation Settings in EXTOL Business Integrator

TAGS: EXTOL / EXTOL EBI / EXTOL Transformation Setting / EXTOL customization /


EXTOL Business Integrator Custom Transformation Settings

In our example above we are customizing our EXTOL transformation settings.

In doing so, we are validating our tartget data and if certain criteria is not met, an error occurs. This set-up would be typical when the target schema is a fixed length flat file.



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