Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any way in Talend to centralize all the rules related to an implementation / Project. I want this because in case there is any change in the rule, It could be done from a single point and it got implemented to different jobs.
Best Regards,
Abhishek Kumar
Hi Abhishek,
if I do understand you correct the cleint based rules a some type of "code" that can be reused and centrally maintained.
In Talend you can define your own code routines (Java code).
In the Community Knowledge you'll find a nice article to learn how to use them.
BR Bp
Hi Abhi.
you can centralize Metadata. This could be definitions of schema, files, and DB Connections for example.
If you later change the details of that defined Metadta you can automatically let your jobs pull in that change.
What do you mean with rules ?
BR Bp
Hi Abhishek,
if I do understand you correct the cleint based rules a some type of "code" that can be reused and centrally maintained.
In Talend you can define your own code routines (Java code).
In the Community Knowledge you'll find a nice article to learn how to use them.
BR Bp
Hi,
drag your tRule component on the designer, click it and press F1 ..... you find the full tRule documentation with a scenario how to use in in the help.
BR Bp