DQVerify
AddressEmailPhone

Postal Address Validation Output Columns (RNVP)

RNVP (Relevé Normalisé de Vérification Postale) is the industry-standard name for the postal address validation and standardization process. When DQVerify processes an address, it applies RNVP — verifying, correcting, and standardizing addresses against postal authority databases. In DQVerify output files, RNVP columns carry the prefix DQE_.

Use this article if your file-based batch processing includes postal address validation and you need to understand the DQVerify address columns in your output file. Does not apply to real-time API responses.

Postal address columns

ColumnDescription
DQE_ADR1Line 1: name and first name, or company name
DQE_ADR2Line 2: delivery point
DQE_ADR3Line 3: geographical location
DQE_ADR4Line 4: number, street type, and street name
DQE_ADR5Line 5: dependent locality or distribution service
DQE_CP_VILLELine 6: concatenation of postal code and city
DQE_CPPostal code
DQE_VILLECity
DQE_PAYSCountry
DQE_NUM_VOIEStreet number
DQE_BIS_TERAdditional number information
DQE_TYPE_VOIE_COURTShort street type
DQE_TYPE_VOIE_LONGLong street type
DQE_LIB_VOIEStreet name
DQE_NUM_DEPTDepartment / region number
DQE_LIB_DEPTDepartment / region label
DQE_PREFECTURECapital or principal town
DQE_REGION_ADMINISTRATIVEAdministrative region
DQE_INSEEINSEE geographic code
DQE_IGN_XLongitude coordinates
DQE_IGN_YLatitude coordinates
DQE_CQ_ADRSAddress quality code
DQE_STATUT_RNVPRNVP postal validation status
DQE_ERRORSimplified error code: OK or KO

RNVP status values

The DQE_STATUT_RNVP column contains one of the following values:

ValueDescription
OK NON-MODIFIEEValid and unmodified address
OK MODIFIEEValid address, modified by the RNVP process
KO NON-MODIFIEEInvalid and unmodified address
KO MODIFIEEInvalid and modified address
KO MODIFIEE AMBIGUEInvalid address, modified without certainty
OK MODIFIEE AMBIGUEValid address, modified without certainty

Address quality code values (DQE_CQ_ADRS)

The DQE_CQ_ADRS column provides a numeric code that explains address quality in detail.

ValueDescription
10Valid address
20Valid address — street not recognized but is CEDEX or BP
21Street number out of range (small city)
22Street number missing, rest of address valid (small city)
23Street number out of range (large city)
24Street number missing, rest of address valid (large city)
30Unknown street name (small city)
40Missing street name (small city)
50Unknown street name (large city)
60Missing street name (large city)
70Postal code and city do not match — street present
71Postal code and city not correctable — street missing
80Address input field is empty
90Foreign address detected — valid

Quick interpretation guide

10, 20, 90 — Valid address

21–24 — Street number issue

30–61 — Street name issue

70–71 — Postal code / city mismatch

80–81 — Empty input field

Best practices

  • Use DQE_STATUT_RNVP to quickly identify valid, modified, invalid, or ambiguous addresses.
  • Use DQE_CQ_ADRS for a more detailed explanation of address quality.
  • Review ambiguous statuses before applying automatic updates to production data.
  • Keep the original input address fields to compare with standardized DQVerify address fields.

Related articles