Add service and command to import French addresses from BAN

Introduce a service to handle the import of French addresses from the Base Adresse Nationale (BAN) dataset. Add a new console command `chill:main:address-ref-from-ban` to trigger the import by department numbers, with an option to send a report email for unmatched addresses.
This commit is contained in:
2025-01-10 22:52:08 +01:00
parent d87cf925e2
commit b4a1e824ac
3 changed files with 160 additions and 0 deletions

View File

@@ -47,6 +47,12 @@ services:
tags:
- { name: console.command }
Chill\MainBundle\Command\LoadAddressesFRFromBANCommand:
autoconfigure: true
autowire: true
tags:
- { name: console.command }
Chill\MainBundle\Command\LoadAddressesBEFromBestAddressCommand:
autoconfigure: true
autowire: true