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
The Windows characters for fancy double-quote and dash (Hex: 0x92, 0x95, 0x96) cause csvdedupe to crash. This appears to be an issue in the upstream csvkit.
A workaround is to manually replace these characters with ASCII equivalents using a hex editor.