Execute Business Rules defined in a file using Variables
Hello,
I would like to know if it's possible to define business/format rules (e.g FIELD == null ?0:1) within a file and execute them from Talend by defining variables.
Here's an example. I have this file (Campos_Reglas in the Job) where I've defined the next rules for each column (PRODUCTO, COD_PROVEEDOR and NOMBRE_PROVEEDOR are the columns in the Input😞
I've defined the fields as variables (tFlowTolerate) and then I've created a tMap to call them:
This is where I got stuck cause I don't know how to execute the rules (defined in my file) with just calling the variable.