Prerequisites - 7.3

Business rules

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Processing components (Integration) > Business rules components
Data Quality and Preparation > Third-party systems > Processing components (Integration) > Business rules components
Design and Development > Third-party systems > Processing components (Integration) > Business rules components
Last publication date
2024-02-21

For this example, you must have a Drools file of .xls or .drl format that holds the business rules you will use in the Job.

In this example, the business rules are defined in an Excel file as the following:

  • The Import field (cell C:2) must respect the following format <projectname>.<lowercase jobname>_0_1.<jobname>.*. For example, dq_project.business_rule_0_1.Business_Rule.* means that the name of the project in the studio is dq_project and the name of the Job is Business_Rule.

    Make sure to define in this field the exact project and Job names you have in your studio.

  • the RuleAGE rule retrieves all clients whose age is between 30 and 39 and writes them to the first output flow.

  • the RuleREGION rule retrieves all clients who live in the EMEA region and writes them to the second output flow.

In the output schema of the tRules component, make sure to use the exact names of the rules defined in the Excel Drools file.