
Component family |
Data quality |
|
Function |
tUniservRTConvertName analyzes The component recognizes company or institution addresses and is |
|
Purpose |
tUniservRTConvertName provides |
|
Basic settings |
Schema and Edit |
A schema is a row description. It defines the number of fields to be processed and passed on Since version 5.6, both the Built-In mode and the Repository mode are Click Edit schema to make changes to the schema. If the
|
|
Host name |
Server host name between double quotation marks. |
|
Port |
Listening port number of the server between double quotation marks. |
|
Service |
The service type/name is Germany Italy Austria Netherlands Switzerland Belgium France Spain |
|
Use rejects |
Select this option to separately output data sets from a certain If this option is not selected, the sets are still output via the If the option is selected, but the Rejects connection is not established, the sets are |
Advanced settings |
Analysis Configuration |
For detailed information, please refer to the Uniserv user manual |
|
Output Configuration |
For detailed information, please refer to the Uniserv user manual convert-name. |
|
Configuration of not recognized input |
For detailed information, please refer to the Uniserv user manual convert-name. |
|
Configuration of free fields |
For detailed information, please refer to the Uniserv user manual convert-name. |
|
Cache Configuration |
For detailed information, please refer to the Uniserv user manual convert-name. |
Global Variables |
NB_LINE: the number of rows read by an input component or ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see Talend Studio |
|
Usage |
tUniservRTConvertName provides |
|
Limitation |
To use tUniservRTConvertName, the Uniserv software convert-name must be installed. |
This scenario describes a batch job that analyzes the person names in a file and
assigns them a salutation.
The input file for this scenario is already saved in the Repository, so that all schema metadata is available.
Note
Please observe that the data from the input source must all be related to the same
country.
-
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.
-
Select tFileInputDelimited and then click
OK to close the dialog box.The component is displayed in the workspace. The file used in this scenario is
called SampleAddresses.. -
Drag the following components from the Palette into the design workspace: two tMap components, tUniservRTConvertName, and tFileOutputDelimited..
-
Connect tMap with tUniservRTConvertName first.
Accept the schema from tUniservRTConvertName
by clicking Yes on the prompt window. -
Connect the other components via Row >
Main. -
Double-click tMap_1 to open the schema
mapping window. On the left is the structure of the input file, on the right is
the schema of tUniservRTConvertName. At the
bottom lies the Schema Editor, where you can
find the attributes of the individual columns and edit them. -
Assign the columns of the input source to the respective columns of tUniservRTConvertName. 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, like
the address fields or IDs, you have to define additional fields. -
Click OK to close the dialog box.
-
Double-click tUniservRTConvertName to open
its Basic Settings view. -
Fill in the server information and specify the country-specific
service. -
Double-click tMap_3 to open the mapping
window. On the left is the schema of tUniservRTConvertName and on the right is the schema of the
output file. -
Click OK to close the window.
-
Double-click tFileOutputDelimited and enter
the details for the output file.