OPML to Markdown/CSV Converter
Convert OPML RSS subscription lists to Markdown (nested), CSV (flat), or JSON. Exported from Feedly, Inoreader, NetNewsWire, legacy Google Reader.
Upload your .opml subscription file
Exported from Feedly, Inoreader, NetNewsWire • Max 10MB
Requires login • 1 credit
OPML to Markdown/CSV Converter Tutorial
What is OPML?
OPML (Outline Processor Markup Language) is the standard export format for RSS readers. When you export your subscriptions from Feedly, Inoreader, NetNewsWire, or any reader that follows the spec, you get an .opml file.
Why Convert?
- Read it: OPML is XML, not human-friendly. Markdown turns it into a readable bullet list.
- Bulk-process it: CSV lets you sort, filter, and analyze your feeds in a spreadsheet.
- Share it: A Markdown feed list is perfect for a blog post or gist.
- Migrate from a dead reader: Legacy OPML from Google Reader, Bloglines, etc. can be salvaged.
Output Formats
- Markdown — Nested bullet list preserving folder hierarchy. Each feed links to the site and shows the feed URL.
- CSV — Flat spreadsheet with columns: Title, Category, Type, Feed URL, Site URL. Opens cleanly in Excel (UTF-8 BOM included).
- JSON — Full structured data including the outline tree, for programmatic use.
Where to Export OPML
- Feedly: Profile → Preferences → OPML Export
- Inoreader: Settings → Folders and tags → Export OPML
- NetNewsWire: File → Export Subscriptions
- The Old Reader: Settings → Import/Export OPML