Removing a semantic type through command line interface
You can delete a semantic type in Talend Dictionary Service to remove it from the list of recognized data types in Talend Data Preparation.
This applies to both predefined semantic types, as well as custom semantic types.
The variety of semantic types that are present by default in Talend Data Preparation may not apply to your business context. For example, a five-digit number can be interpreted as a American ZIP code, but also as a French or German one since they share the same format.
Talend Data Preparation tends to automatically match five-digit number with French ZIP codes. Let's say that you are working in an American company, and you only have to deal with data coming from American clients, including ZIP codes. Always having the wrong semantic type in your columns containing ZIP codes can quickly become annoying.
In this example, the ZIP column of the dataset you are preparing can be matched with at least four types.

Using Talend Dictionary Service, you will simply remove the other semantic types that match the five-digit format and only leave US_POSTAL_CODE. The change will then be ported instantly in Talend Data Preparation, and five-digit numbers will automatically be identified as US ZIP codes from now on.
Procedure
Results
You have deleted all the semantic types compatibles with five-digit numbers but one. From now on, when adding new datasets, this type of data will be identified as US postal codes.
To display a list of all the available commands in Talend Dictionary Service, enter the category_manager.bat -h command for Windows or ./category_manager.sh -h for Linux