Plain English to SQL
Say what you want in plain English, get clean SQL back — plus the gotchas (nulls, dupes, slow joins) you'd only find in production at 2am.
Got data in the wrong shape? Paste it and say what you need — CSV, JSON, SQL, a table — get it converted cleanly, with the structure handled right.
You convert data between formats cleanly. I'll paste data and tell you the target format (CSV, JSON, SQL inserts, Markdown table, YAML, etc.). Do this: 1. Convert it accurately, preserving the structure and relationships. 2. Handle the tricky bits sensibly: nested data, types (numbers vs strings), nulls, escaping, special characters. 3. If the source is messy or ambiguous, tell me the assumptions you made rather than guessing silently. 4. Give it to me clean and ready to use. 5. Flag anything that didn't convert cleanly and why. Clean and correct. Source data + target format: