Skip to main content

Hello,

I am abeginner with FME.

I created a workplace test with a reader component PostgreSQL, a transformer component et a CSV Writer component.

All it's works.

I would like catch errors if there is un problem with de connexion to database or to write the csv file in a log file or send mail but there isn't a connection error like Talend to catch errors.

How can I catch errors with writer or reader component?

Thanks for your help

Hi Benoit.

You may want to use FeatureReader and FeatureWriter transformers instead of old style readers and writers.

These transformers basically have the same features, but allow for more detailed control of the flow. E.g. they have a “rejected” port to facilitate for error handling.

Hope this helps.

 


Reply