rename dodgy address

This commit is contained in:
Daniel Roth 2026-07-03 13:37:58 +00:00
parent dc188ca3c5
commit 0c3fbe5853
2 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,9 @@ from orchestration.sharepoint_renamer_orchestrator import SharepointRenamerOrche
from utils.sharepoint.domna_sharepoint_client import DomnaSharepointClient
from utils.sharepoint.domna_sites import DomnaSites
CSV_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), "sero_address_list.csv")
CSV_PATH = os.path.join(
os.path.dirname(os.path.abspath(__file__)), "sero_address_list.csv"
)
def handler(event: dict[str, Any], context: Any) -> None:

View file

@ -299,7 +299,7 @@ U1014589,"71 Empress Drive, Chislehurst",BR7 5BQ
U1002456,"54 Birch Row, Bromley",BR2 8DA
U1020369,"13 Larch Way, Bromley",BR2 8DT
U1034985,"272 Southborough Lane, Bromley",BR2 8AS
U1041435,"64 Prince's Plain, Bromley",BR2 8LE
U1041435,"64 Princes Plain, Bromley",BR2 8LE
U1031294,"70 London Lane, Bromley",BR1 4HE
U1033406,"67 Lower Gravel Road, Bromley",BR2 8LP
U1032061,"30 Eastry Avenue, Bromley",BR2 7PF

1 UPRN Address Postcode
299 U1002456 54 Birch Row, Bromley BR2 8DA
300 U1020369 13 Larch Way, Bromley BR2 8DT
301 U1034985 272 Southborough Lane, Bromley BR2 8AS
302 U1041435 64 Prince's Plain, Bromley 64 Princes Plain, Bromley BR2 8LE
303 U1031294 70 London Lane, Bromley BR1 4HE
304 U1033406 67 Lower Gravel Road, Bromley BR2 8LP
305 U1032061 30 Eastry Avenue, Bromley BR2 7PF