Sample Data Transformation Graphs.

Clover packs so many punches, it is sometimes easier to show than explain. Click on the tabs below to see some selected examples.

 

Data Load Credit Cards Web Service Email Validation Web Site Log Company Checks

Click the image to enlarge it. The sample images show annotated transformation graphs.

  
Web Site Access Log

Web Service Call

This graph shows a Weather Forecast web service being called.

  • XML Data is loaded as an XML SOAP request

  • This data is then passed to the Web Service

  • The SOAP XML data is returned and processed by the XPathReader component

  • City, State and Weather Station are returned on the first output port as one record

  • Seven days of forecast data is returned as 7 records of data on the second output port

Related Points of Interest

  • Any GET, POST or SOAP call can be made

  • Simple or Complex data can be parsed either using the XPathReader component or more simple XML can be parsed directly

  • Full parameter support