Procedure - 7.3

Uniserv

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

Procedure

  1. In the Repository view, expand the Metadata node and the directory in which the file is saved. Then drag this file into the design workspace.
    The dialog box below appears.
  2. Select tFileInputDelimited and click OK to close the dialog box.
    The component is displayed in the workspace. The file used in this scenario is called SampleAddresses. It contains address data that comes with a country code. The street and house number are saved together in the street field, while postal code and city are respectively saved in separate fields.
  3. Drag the following components from the Palette into the design workspace: two tMap components, tUniservRTPost and tFileOutputDelimited .
  4. Connect tMap with tUniservRTPost first.
    Accept the schema from tUniservRTPost by clicking Yes on the prompt window.
  5. Connect the other components via Row > Main.
  6. Double-click tMap_1 to open the schema mapping window. On the left is the structure of the input file and on the right is the schema of tUniservRTPost. At the bottom is displayed the Schema Editor, where you can find the attributes of the individual columns and edit them.
  7. Assign the columns of the input file to the respective columns of tUniservRTPost. For this purpose, select a column of the input source and drag it onto the appropriate column on the right side. If fields from the input file are to be passed on to the output file, e.g. the names or the IDs, additional fields must be defined.
    Note:

    When assigning the fields, note that street and house number can either be saved together in the street column or respectively in separate fields. If your data list does not have a country code but the addresses are from the same country, the relevant ISO-country code should be manually entered between double quotation marks in the column IN_COUNTRY. If you have an international data list without country code, just leave the column IN_COUNTRY empty. For detailed information, please refer to the Uniserv user manual International Postal Framework.

  8. Click OK to close the window.
  9. Double-click tUniservRTPost and enter its Advanced settings view.
  10. Change the parameters and field lengths if necessary and select the output fields.
    Note:

    Make sure sufficient field length is defined. For detailed information, please refer to the Uniserv user manual International Postal Framework.

  11. Double-click tMap_3 to open schema mapping window. On the left is the schema of tUniservRTPost and on the right is the schema of the output file.
  12. Click OK to close the dialog box.
  13. Double-click tFileOutputDelimited to enter the details for the output file.