TABLE · NO INSTALL
clean table
Tidy a messy CSV: drop duplicate rows, trim whitespace, unify blank values, remove empty rows/columns, and optionally split one column into several. Returns the cleaned CSV plus an exact report of what changed (row counts before/after, cells trimmed per column) so the result can be checked without re-reading the file. One URL. No install, no API key, free quota included.
Call it
curl "https://ainetcafe.com/t/clean_table?...params"
Response contains a hosted file URL. Free anonymous quota; beyond it $0.003/call (pay per call, or pair for a bigger free tier).
Also callable via MCP and the Python SDK.