SAS Quality Knowledge Base for Contact Information 27

Address (Full) (AFNOR)

Parse Definition

Address (Full) (AFNOR)
Description

The Address (Full) (AFNOR) parse definition parses addresses containing complete two-line addresses into a set of tokens defined by AFNOR.

Output Tokens Line 1
Line 2
Line 3
Line 4
Line 5
Line 6
Example 1 Input Output Token Output
Eckes-Granini France SNC 138 rue Lavoisier Zone Industrielle Sud – BP 34014 71040 MACON Cedex 9. Line 1 Eckes-Granini France SNC
Line 2  
Line 3 Zone Industrielle Sud
Line 4 138 rue Lavoisier
Line 5 BP 34014
Line 6 71040 MACON Cedex 9.
Example 2 Input Output Token Output
Zone Industrielle - BP 268, 3 rue Lavoisier Line 1  
Line 2  
Line 3 Zone Industrielle
Line 4 3 rue Lavoisier
Line 5 BP 268
Line 6  
Example 3 Input Output Token Output
24 ALLEE DES EUCALYPTUS LES HAMEAUX DU SOLEIL 06270 VILLENEUVE LOUBET Line 1  
Line 2  
Line 3 LES HAMEAUX DU SOLEIL
Line 4 24 ALLEE DES EUCALYPTUS
Line 5  
Line 6 06270 VILLENEUVE LOUBET
Example 4 Input Output Token Output
APT A 81 RUE LAURISTON BÂTIMENT B 75116 PARIS FRANCE Line 1  
Line 2 APT A
Line 3 BÂTIMENT B
Line 4 81 RUE LAURISTON
Line 5  
Line 6 75116 PARIS
Example 5 Input Output Token Output
LEADER PRICE MARTIGUES, QUAI ALSACE LORRAINE, ANGLE BLD MONGIN Line 1 LEADER PRICE MARTIGUES
Line 2  
Line 3  
Line 4 QUAI ALSACE LORRAINE
Line 5  
Line 6  
Remarks The scope of this definition is to parse French addresses only. The AFNOR definition requires a 7th line for Country in international addresses, this will not be used in domestic addresses. Therefore, there is no Line 7 token in the Address (Full) (AFNOR) Parse definition. Furthermore, there is no Additional Info token. If additional information exists in the input, it is not parsed to the output.