SmashCSV – Fix Broken CSVs Instantly
A downloadable tool
Download NowName your own price
SmashCSV is a dead-simple Python tool that takes a broken CSV file and gives you back something usable.
It fixes weird line endings, trims whitespace, removes empty rows, and rewrites everything as clean UTF-8. No libraries. No options. Just point it at the file, and it gives you a clean version ready to open, import, or parse.
Perfect for developers, sysadmins, or anyone who's ever been handed a garbage export from some ancient software.
Usage:
Run it from the terminal:
python SmashCSV.py yourfile.csv
You can also give it an output filename (optional):
python SmashCSV.py yourfile.csv cleanfile.csv
Status | Released |
Category | Tool |
Author | hillbillypimppirate |
Tags | barebones, cli, csv, data, devtool, fix, opensource, productivity, python, utility |
Download
Download NowName your own price
Click download now to get access to the following files:
SmashCSV.py 957 bytes
README_SmashCSV.md 659 bytes
Leave a comment
Log in with itch.io to leave a comment.