ferrero-opentext/src
DJP ed3b37ae71 Add debug logging to MVP extractor to diagnose metadata structure
Added comprehensive logging to track:
- What keys are in the received metadata
- Which path is being used (1, 2, or 3 levels deep)
- How many categories/fields found
- Keys available if metadata_element_list not found

This will help us identify the correct path to the metadata structure.

Expected paths:
- 3 levels: masterAsset['metadata']['metadata']['metadata_element_list']
- 2 levels: masterAsset['metadata']['metadata_element_list']
- 1 level: masterAsset['metadata_element_list']

🤖 Generated with Claude Code
2025-10-30 13:39:06 -04:00
..
ApiClient.php Initial commit: Ferrero OpenText Content Scaling Application 2025-10-17 14:29:20 -04:00
AssetDownloader.php Initial commit: Ferrero OpenText Content Scaling Application 2025-10-17 14:29:20 -04:00
AssetUploader.php Create simplified uploader matching exact standalone script 2025-10-28 09:12:51 -04:00
AssetUploaderSimple.php Add detailed logging to AssetUploaderSimple for debugging 2025-10-29 17:26:41 -04:00
BoxClient.php Fix Box integration issues 2025-10-29 16:12:22 -04:00
BoxFileRetriever.php Fix Box integration issues 2025-10-29 16:12:22 -04:00
CampaignFormatter.php Fix status updates and enhance workflow with proper error handling 2025-10-23 16:43:09 -04:00
DatabaseClient.php Add full_metadata JSONB column - Store complete DAM metadata without truncation 2025-10-29 16:53:51 -04:00
FilenameParser.php Add Upload from Box workflow - Phase 1 Complete 2025-10-29 15:47:30 -04:00
IDGenerator.php Add PostgreSQL database integration and Box metadata template 2025-10-28 15:39:32 -04:00
Logger.php Initial commit: Ferrero OpenText Content Scaling Application 2025-10-17 14:29:20 -04:00
MetadataExtractor.php Initial commit: Ferrero OpenText Content Scaling Application 2025-10-17 14:29:20 -04:00
MetadataExtractorMVP.php Add debug logging to MVP extractor to diagnose metadata structure 2025-10-30 13:39:06 -04:00
MetadataMerger.php Rollback to simple 5-field metadata structure for uploads 2025-10-29 17:46:07 -04:00
OAuth2Handler.php Initial commit: Ferrero OpenText Content Scaling Application 2025-10-17 14:29:20 -04:00
PostmanCollectionParser.php Initial commit: Ferrero OpenText Content Scaling Application 2025-10-17 14:29:20 -04:00
ResponseFormatter.php Initial commit: Ferrero OpenText Content Scaling Application 2025-10-17 14:29:20 -04:00
StatusManager.php Fix status updates and enhance workflow with proper error handling 2025-10-23 16:43:09 -04:00
TestRunner.php Initial commit: Ferrero OpenText Content Scaling Application 2025-10-17 14:29:20 -04:00
WorkflowManager.php Initial commit: Ferrero OpenText Content Scaling Application 2025-10-17 14:29:20 -04:00