Skip to main content Skip to complementary content
Close announcements banner

Adding external synonym directories in Talend Studio

This step is mandatory for artifacts that need the content of some external directories to be executed.

Before you begin

  • The artifact is open in Talend Studio and the Contexts tab below the design workspace is selected.

    If this tab does not show in Talend Studio, click Window > Show view > Talend , and select Context.

About this task

For example, create a artifact that standardizes the country name and returns the full English version of the country. In such a case, you must use the tSynonymSearch data quality component that reads input data and searches for reference entries defined in a given synonym index file.

Procedure

  1. Click the [+] button at the bottom of the Context view to add a line in the table.
  2. Define the context parameter following the pattern resource_directory_<parameter_name>, all in lower case.
    Use resource_directory_synonym in this example as you want to set the path to the synonym index directory.
  3. Set the type of the parameter to String.
  4. In the Value field, set the path to the synonym directory which is stored in the Talend Studio folder <Studio>/addons/data/synonym/.
  5. Select the first tSynonymSearch component in the artifact, and in the Component view set the context of the relative path to the index file in the synonym directory.

    Example

  6. Do the same and set the context of the relative path to the idx_ISO3_country_name file in the second tSynonymSearch component, and to idx_ISO2_country_name in the third tSynonymSearch component.
  7. Publish the artifact to the web application.
    The values of the resource parameters are not published to the cloud with the artifact.

Results

Published artifact in the web application.

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!