DEV Community

Realvid
Realvid

Posted on

New here - Built a simple tool to fix AI table formatting

Hi everyone,

I’m new to the community and wanted to share a small utility I built to solve a recurring problem in my workflow.

I use AI tools like ChatGPT and Gemini a lot for data tasks, but I always struggle with the "copy-paste mess." When you copy a table from the chat, it often loses its structure, merging columns and breaking rows when you try to paste it into Excel or a spreadsheet.

To save myself the manual cleanup time, I built a simple web tool called AI Table Cleaner.

It’s pretty straightforward:

  • You paste the messy text from the AI.
  • The tool reorganizes it into a clean table structure.
  • You can export it directly to Excel, CSV, SQL, or JSON.

If you find yourself fighting with AI table formatting, feel free to give it a try:
https://aitablecleaner.com

I'm happy to be part of the Dev.to community and would love to hear any feedback or suggestions you might have.

Cheers!

Top comments (0)