EBIworld.com > EBI/Clarify Tips > JAVA Scan & Replace Utility to Remove Control Characters

JAVA Scan & Replace Utility to Remove Control Characters

TAGS: EXTOL Business Process Script / EXTOL customization /


EXTOL offers EXTOL Business Integrator (EBI) users a JAVA utility program to remove special control characters. The utility would be called from the EBI Business Process Script and

Below is an example where a trading partner is sending in Carriage Return / Line Feed hexadecimal characters throughout the inbound payload file. Using our JAVA utility we are able to tell EBI to scan for the hexadecimal values (0D0A) and replace them with nothing.

JAVA Scan and Replace Utility for EXTOL Business Integrator EBI Business Process Script

For more information on this utility, contact EXTOL Support or Sean Hoppe Consulting Group, Click Here >

For more information on EBI 2.6


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.