- Created config/country_code_mappings.yaml with 165 country mappings - ISO codes (used in filenames) now map to DAM-specific codes - Codes under review set to XX as placeholder - Added load_country_code_mappings() to config_loader.py - Updated MetadataExtractorMVP to load and apply country mappings - Added _map_country_code() and _get_field_value() helper methods - Country mapping applies in both full and folder-only modes Key mappings: - BD (Bangladesh) -> BG (DAM code, though appears incorrect) - DE (Germany) -> DE (same) - IT (Italy) -> IT (same) - Most codes under review -> XX (placeholder) Mapping file can be edited without code changes - updates apply automatically 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| shared | ||
| a1_to_a2_download.py | ||
| a2_to_a3_upload.py | ||
| a2_to_a3_upload_polling.py | ||
| a4_webhook_monitor.py | ||
| a5_to_a6_download.py | ||
| b1_to_b2_download.py | ||
| daily_report.py | ||
| test_connection.py | ||
| test_mtls_cert.py | ||
| test_mtls_debug.py | ||