{"id":30516849,"url":"https://github.com/ytisf/tableturner","last_synced_at":"2025-10-05T19:34:56.481Z","repository":{"id":309499453,"uuid":"1036494288","full_name":"ytisf/TableTurner","owner":"ytisf","description":"A versatile tool to parse large SQL dump files into CSV format. Features include a GUI and TUI, table selection, and row repair. Perfect for data migration and analysis. Built with Python.","archived":false,"fork":false,"pushed_at":"2025-08-12T07:01:10.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T09:07:17.451Z","etag":null,"topics":["csv","csv-export","csv-parser","sql","sqldump"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ytisf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-12T06:49:37.000Z","updated_at":"2025-08-12T07:02:45.000Z","dependencies_parsed_at":"2025-08-12T09:07:24.325Z","dependency_job_id":"91a4edc2-b923-48ac-a9fd-5e88583a353b","html_url":"https://github.com/ytisf/TableTurner","commit_stats":null,"previous_names":["ytisf/tableturner"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ytisf/TableTurner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytisf%2FTableTurner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytisf%2FTableTurner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytisf%2FTableTurner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytisf%2FTableTurner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ytisf","download_url":"https://codeload.github.com/ytisf/TableTurner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytisf%2FTableTurner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272208524,"owners_count":24892183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","csv-export","csv-parser","sql","sqldump"],"created_at":"2025-08-26T10:12:50.784Z","updated_at":"2025-10-05T19:34:56.383Z","avatar_url":"https://github.com/ytisf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌀 TableTurner: Your SQL-to-CSV Sidekick\n\nTired of wrestling with massive SQL dump files? Feeling the pain of trying to manually extract data for analysis or migration? Meet **TableTurner**, the friendly neighborhood tool that turns your SQL tables into sparkling clean CSV files with a flick of the wrist\\!\n\nWhether you're a data wizard, a developer on a mission, or just someone who wants to make life a little easier, TableTurner is here to help you get the job done without breaking a sweat.\n\nThis project was inspired by the fantastic work of `citcheese` and their [SqlParserPlus](https://github.com/citcheese/SqlParserPlus) tool. Their original project served as a great foundation and a source of inspiration for the features and approach used in TableTurner. We extend our sincere gratitude for their contributions to the open-source community!\n\n## 🚀 Features That'll Make You Smile\n\n  * **SQL to CSV Conversion**: Effortlessly parse those bulky SQL `INSERT` statements and transform them into beautiful, usable CSV files.\n  * **Dual Interfaces**: Choose your adventure\\! Use the intuitive **GUI** (built with PyQt6) for a visual experience, or fire up the lightning-fast **TUI** (built with curses) for a keyboard-driven workflow.\n  * **Selective Service**: Don't need everything? No problem\\! Our interactive table selector lets you pick and choose exactly which tables you want to extract from your SQL dump.\n  * **Rock-Solid Parsing**: We've built TableTurner to handle all sorts of SQL dump formats and massive file sizes like a pro.\n  * **Row Repair**: Got some messy data? Our built-in row repair tool attempts to fix rows with incorrect column counts, saving you from a data-related headache.\n  * **More Than Just SQL**: TableTurner is a versatile data-wrangling hero\\! It can also extract email addresses from files and convert Excel files to CSV.\n\n## 🔧 Getting Started (It's Easy\\!)\n\n### Requirements\n\nFirst, you'll need to install a few Python packages. You can find them all in the `requirements.txt` file.\n\n```bash\npip install -r requirements.txt\n```\n\n*Don't worry, we've got all the essentials covered, from `PyQt6` for the GUI to `tqdm` for those sweet progress bars\\!*\n\n### Usage\n\n**The GUI Version**\nFor a point-and-click good time, simply run:\n\n```bash\npython SqlParserPlusGUI.py\n```\n\n**The TUI Version**\nFor the command-line connoisseurs, use:\n\n```bash\npython SqlParserPlusTUI.py \u003cpath_to_sql_file\u003e\n```\n\nFeeling impatient? Use the `--dumpall` flag to skip the interactive selector and extract all the tables in one go:\n\n```bash\npython SqlParserPlusTUI.py \u003cpath_to_sql_file\u003e --dumpall\n```\n\n## 📜 License\n\nThis project is open-source and licensed under the MIT License. Feel free to peek under the hood and use it however you like\\! See the `LICENSE.md` file for all the details.\n\n## 🤝 Contributing\n\nWe love collaboration\\! If you've got an idea, found a bug, or just want to make TableTurner even better, don't hesitate to open an issue or submit a pull request. Your contributions are what make this project awesome\\!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytisf%2Ftableturner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytisf%2Ftableturner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytisf%2Ftableturner/lists"}