| 29.12.2009 15:58:55 |
Author: TweakMarketing |
Try ... Catch scheme can be realized in AEP using 'result condition' component.
There is a simple scheme, that describe how to use it:
Result condition
Allows to execute selected operations set depending on the previous processing components result.
Safe / Try
A processing component can terminate processing if an error occurs. To enable this function, check the Safe box in the component context menu.
How it works?
As you can see - component 'Line parser (email_address_from_text)' marked as safe. That means - if this parser fails (required results not found in line), then all components below will be skipped until 'Result Condition' components is met.
If rule does not contains 'Result condition' component, then rule execution fails.
All components that follow at 'Result condition' component will be executed, of course. So, you have to insert 'Stopper' component in 'Result condition' block, if you want to terminate rule execution.
|
|
| 22.06.2007 10:13:53 |
Author: TweakMarketing |
There is a simple rule to parse daily reports containing currency exchange rate from following resource: http://www.xe.com. As result you'll get a CSV file that can be imported to MS Excel.
About XE
Founded in 1993, originally known as "Xenon Laboratories". Early in 1995, XE launched their flagship service, the Universal Currency Converter® -- creating one of the web's very first useful dynamic sites.
Download Currency Exchange Parser rule
|
|