AmazonListingNormalizer.App
Amazon exports separate category listing reports with different field structures, each running thousands of rows. Normalizing them by hand would take hours. This tool combines the key fields — main image, SKU, and quantity — from every report into one clean, unified spreadsheet.
C#WPF
Core MVP
- Import multiple XLSX/CSV category reports
- Auto-match common marketplace headers
- Combine into one clean export (Title, SKU, ASIN, Price, Main Image URL, Product Id, Product Type)
Employer Skills
- WPF desktop UI
- Spreadsheet parsing across inconsistent report formats
- Header/row detection that skips instructions and example rows automatically
Future Features
- Support for more Amazon report types
- Saved column-mapping presets
- Batch processing across multiple folders
