Creating a Job to notify users that a data record has been updated
In this scenario, a Job called message is created with
only one tJava component to inform the users of the update of an
existing data record.
Procedure
- Drop a tJava component onto the design workspace.
- Double-click the component to display its Basic settings.
- In the Code field, enter System.out.println("------- A Product is Updated.--" + new java.util.Date());.
- Save your Job and deploy it to the MDM Server.
Results
For further information about the tJava component, see tJava.
For further information about how to deploy a Job onto the MDM Server, see the Talend Studio User Guide.