Skip to main content
Close announcements banner

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:

  1. Install the relevant regular expressions libraries on the database.
  2. Define a query template for the database.

Or:

  1. 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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!