Declaring a User-Defined Function in a specific database
The regular expression function is not built into all different database environments. If you want to use Talend Studio to analyze columns against regular expressions in databases that do not natively support regular expressions, you can:
Either:
- Install the relevant regular expressions libraries on the database.
- Define a query template for the database.
Or:
- Execute the column analysis using the Java engine. In this case, the system will use the Java regular expressions to analyze the specified column(s) and not SQL regular expressions. For more information on the Java engine, see Using the Java or the SQL engine.