Converters
SQL → CSV MongoDB → CSV SQLite → CSV Postgres → CSV CSV → SQL Insert YAML → TOML JSON → TypeScriptSite
About Us Privacy Policy Terms of Service ContactPaste a MongoDB export and get clean, flattened CSV instantly. Nested documents, arrays, ObjectIds, and dates are unrolled automatically.
address.city.MongoDB stores data as nested BSON/JSON documents, which makes importing query results into spreadsheets like Excel or Google Sheets awkward. DataPorter flattens nested schemas into tabular CSV format automatically.
{"user": {"id": 1}} become a user.id column.No. Every conversion runs entirely in your browser using JavaScript. Nothing you paste is sent over the network, logged, or stored anywhere.
Yes — no signup, no usage limits, and no watermarks on the output files.
SQL to CSV, MongoDB to CSV, SQLite to CSV, PostgreSQL to CSV, CSV to SQL INSERT statements, YAML to TOML, and JSON to TypeScript interfaces.
Since conversion happens in your browser's memory instead of on a server, performance depends on your device. Files up to a few tens of thousands of rows typically convert instantly; very large files may slow down the tab.