Any file · limited scope
CSV UTF-8 converter
Corrected downloads are encoded as UTF-8 CSV with a byte-order mark for spreadsheet compatibility. The current reader does not detect or recover Windows-1252, ISO-8859-1, or UTF-16 CSV bytes; it flags replacement characters in mapped cells rather than guessing the lost text.
Before: Sm�rrebr�d Tray
After: Unresolved � character flagged for review
What is available now
- Writes corrected and report downloads as UTF-8 CSV
- Removes a leading byte-order mark from the first header
- Flags unresolved replacement characters in mapped cells
- Does not currently recover an unknown source encoding