mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:35:24 +02:00
- Fix critical regex bug: /\\d+/ was matching literal '\d' instead of digits, causing all rows to be rejected (week always = 0) - Add VendorCSV format support: 'Top Level Category (Rank)', 'Date', etc. - Derive ISO week number from Date column when no Week column exists - Process all sheets (not just first) to handle multi-tab workbooks - Log column names on load to aid future debugging Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>