All Tools View Categories About Contact Privacy

SRT to CSV Converter

Convert SRT subtitles into CSV (index, start, end, text) with proper quoting for commas and line breaks.

Runs entirely in your browser — no data is uploaded or stored.

About SRT to CSV Converter

Sometimes you need your subtitles as data, not timed text. The SRT to CSV Converter turns each cue into a row with index, start, end and text columns, ready for Excel, Google Sheets, a database, or a translation tool.

Quoting is handled correctly, so a subtitle containing a comma or a line break stays inside a single cell. Pick comma, semicolon or tab as the delimiter (semicolon helps when your spreadsheet expects that list separator), and optionally drop the header row. Paste your SRT, convert, and copy or download the CSV.

Features

  • Four columns: index, start, end, text.
  • Correct quoting: commas and line breaks stay in one cell.
  • Delimiter choice: comma, semicolon or tab.
  • Header toggle: include or omit the column row.
  • Spreadsheet-ready: open directly in Excel or Sheets.
  • Private: runs in your browser.

How to Use

  1. Paste your SRT (sample preloaded for instant testing).
  2. Pick a delimiter and whether to include a header.
  3. Click Convert to CSV and copy or download.

Examples

Example 1 — Translation. Send the text column to a translator, then map back.

Example 2 — Analytics. Load cues into a sheet to measure timing.

Example 3 — Database import. Bulk-insert rows into a captions table.

Benefits

  • Tabular: one cue per row, easy to filter.
  • No broken cells: robust CSV quoting.
  • Locale-friendly: semicolon/tab options.
  • Lossless text: wording and breaks preserved.
  • Private: nothing uploaded.

Frequently Asked Questions

What columns does the CSV have?
Four columns: index, start, end and text. The text column is properly quoted so commas and multi-line subtitles stay inside one cell.
Which delimiters are supported?
Comma, semicolon and tab. Semicolon is handy for locales where Excel expects it as the list separator, and tab works well for pasting into sheets.
Will multi-line captions survive?
Yes. Line breaks in a subtitle are kept inside the quoted text field, so a two-line cue remains one CSV row.
Can I drop the header row?
Yes. Toggle the header off if you only need the data rows for import into another system.
Where is this useful?
Spreadsheets, translation tools, databases and any pipeline that prefers tabular data over timestamped text.