ferrero-opentext/Python-Version/scripts/shared/__pycache__
DJP b3fbb8b345 Fix Box metadata template name - Use correct lowercase name and field names
Box Metadata Extraction Fixed:

Template Name:
 Was: 'Ferrero-DAM-Metadata' (with dashes and caps)
 Now: 'ferrerodammetadata' (lowercase, no dashes)

Field Names:
 Was: 'CreativeX Score', 'CreativeX URL'
 Now: 'creativexScore', 'creativexUrl' (camelCase)

Test Results with File 2035459900168:
 Template found successfully
 creativexScore: 90
 creativexUrl: https://www.bbc.com
 Metadata extraction working!

A2→A3 workflow will now:
1. Download file from Box
2. Read ferrerodammetadata template
3. Extract creativexScore and creativexUrl
4. Update CREATIVEX fields in asset representation
5. Upload to DAM with CreativeX data

Test: Upload a file to Box with ferrerodammetadata template applied
and the A2→A3 script will extract and use those values!

🤖 Generated with Claude Code
2025-11-03 14:34:17 -05:00
..
__init__.cpython-314.pyc Fix boxsdk version and add .env file 2025-10-30 17:09:49 -04:00
box_client.cpython-314.pyc Fix Box metadata template name - Use correct lowercase name and field names 2025-11-03 14:34:17 -05:00
config_loader.cpython-314.pyc Fix boxsdk version and add .env file 2025-10-30 17:09:49 -04:00
dam_client.cpython-314.pyc Add B2→B1 reset buttons to debug Global campaigns view and fix log message 2025-11-03 13:56:41 -05:00
database.cpython-314.pyc Add A2→A3 polling version and fix database to use existing columns 2025-10-30 19:21:13 -04:00
filename_parser.cpython-314.pyc Change webhook receiver port from 5000 to 5555 to avoid conflicts 2025-10-30 19:12:00 -04:00
metadata_extractor_mvp.cpython-314.pyc Change webhook receiver port from 5000 to 5555 to avoid conflicts 2025-10-30 19:12:00 -04:00
notifier.cpython-314.pyc Add B1→B2 email templates and remove webhook from B1→B2 workflow 2025-11-03 14:04:14 -05:00