# Turn a ChatGPT or Claude Export into Readable Markdown

> Drop in an exported conversations file and get clean Markdown, HTML or plain text — one document per conversation.

This formatter reads the JSON export from ChatGPT or Claude — including ChatGPT's message-graph structure, where turns are stored as linked nodes rather than a list — and renders each conversation as clean Markdown, HTML, plain text or JSONL. Filtering by title, hiding system messages and word counts are all included, and nothing leaves your browser.

**URL:** https://convertto.tech/t/chat-export-formatter
**Category:** AI & LLM Tools (https://convertto.tech/c/ai-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your exported json.
2. Choose the output as.
3. Turn "Include system messages" on or off as needed.
4. Enter or paste your only conversations matching.
5. Press Run, then download the result when it is ready.

## FAQ

### Where do I get the export file?

Both products offer a data export in settings, which arrives by email as a zip. The file you want is conversations.json — paste its contents here.

### Why does ChatGPT's export look so strange?

Because it stores conversations as a graph rather than a list: every message is a node with a parent, so branches created by editing or regenerating a turn are all preserved. This tool walks the nodes and orders them by timestamp to recover a readable transcript.

### Is my conversation history uploaded?

No. The parsing runs entirely in your browser — which is the whole point, given that an export contains every conversation you have ever had.

## Related tools

- [Markdown to JSON Converter](https://convertto.tech/t/markdown-to-json): Parse Markdown into a structured JSON document tree with headings, lists and tables.
- [Markdown to PDF](https://convertto.tech/t/markdown-to-pdf): Turn Markdown into a properly typeset PDF with real headings, lists, tables and code blocks.
- [ASCII Table Formatter](https://convertto.tech/t/ascii-table-formatter): Turn CSV or tab-separated text into an aligned plain-text, Markdown or box-drawing table.
- [Checklist to Markdown](https://convertto.tech/t/checklist-to-markdown): Turn a plain list into Markdown task lists, HTML checkboxes or a numbered outline.
- [Markdown Editor & Viewer](https://convertto.tech/t/markdown-editor): Write markdown with a live preview, outline, formatting toolbar and one-click HTML, PDF or .md export.
- [Markdown Formatter](https://convertto.tech/t/markdown-formatter): Tidy Markdown — normalise headings, lists, tables and emphasis markers.
- [Markdown to DOCX Converter](https://convertto.tech/t/markdown-to-docx): Export Markdown as a DOCX with Word heading styles, lists and grid tables.
- [Markdown to HTML Converter](https://convertto.tech/t/markdown-to-html): Convert Markdown to clean HTML, or turn existing HTML back into Markdown.
