You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,33 @@ A unified, enterprise-scale data normalization platform that automatically detec
47
47
✅ **Company Name Detection** 🏢: Intelligent identification of company columns, no splitting, title case normalization with abbreviation preservation (v3.19.2)
48
48
✅ **Results Preservation** 💾: Seamless navigation between results and monitoring dashboard without data loss (v3.19.2)
49
49
50
+
### What's New in v3.39.0 🚀
51
+
52
+
**CRM Sync Identifier Column Mapping Fix** 🔧
53
+
Fixed critical bug in CRM Sync Mapper where identifier column detection was hardcoded to "Email" instead of using the user-selected identifier. This caused 0% match rates when using Phone or other identifiers. Auto-detection now correctly uses the `selectedIdentifier` state, and manual column mapping properly respects user selections. Added validation to ensure identifier columns exist in both files with clear error messages. Match rates now correctly achieve 100% when identifier columns are properly mapped.
- 📊 **Match Preview**: Shows actual identifier values being compared
61
+
62
+
### What's New in v3.38.0 🚀
63
+
64
+
**Zero-Downside Match Rate Improvements** 📈
65
+
Enhanced matching reliability with improved identifier normalization (email lowercasing, phone digit extraction), fuzzy matching fallback for near-matches, better duplicate handling in enriched datasets, and improved null/empty value handling. Match statistics reporting now provides more detailed insights.
66
+
67
+
### What's New in v3.37.0 🚀
68
+
69
+
**CRM Sync S3 Upload & Match Quality Scoring** 🎯
70
+
Added automatic S3 upload for large files (>10MB) with sample data loading for matching preview. Implemented comprehensive match quality scoring system with per-file statistics, overall quality score (0-100), visual indicators, and recommendations for improving match quality. Enhanced match preview UI with side-by-side comparison, highlighted identifier columns, and export of unmatched rows.
71
+
72
+
### What's New in v3.36.0 🚀
73
+
74
+
**Two-Phase Enrichment Consolidation System** 🔄
75
+
Added advanced duplicate handling for enriched data with two-phase consolidation: Phase 1 consolidates duplicates within each enriched file, Phase 2 merges consolidated data across multiple files. Configurable consolidation strategies per column (merge arrays, concatenate, keep first, keep last) with visual drag-and-drop interface and preview of results.
76
+
50
77
### What's New in v3.35.0 🚀
51
78
52
79
**Server-Side Batch Processing for CRM Sync Mapper** 🏗️
0 commit comments