I have a database, it has table customers one of columns is UK Postcode. Is it possible to restore full address using postcode ? I'd like to do it programmatically (c# or other)
Asked
Active
Viewed 28 times
-3
-
Is the postcode unique to one address? – Solar Mike May 15 '23 at 08:37
1 Answers
2
Small user postcodes: collections of (usually) adjacent addresses. A single small user postcode may contain up to 100 addresses, but 15 is a more typical number
Source: ONS
Since a post code represents a group of upto 100 addresses, you can't reverse engineer one to a specific address.

Quentin
- 914,110
- 126
- 1,211
- 1,335