Developer tool

HAR to CSV Converter

Turn a browser network capture into a spreadsheet: one row per request, with status, size and timing. Free, private, processed in memory.

HAR CSV
PrivConvert
Privacy-first conversion
No files stored
In-memory processing
Deleted instantly
No sign-up needed

Complete the security check to begin

A slow page load is easier to argue about in a spreadsheet

The Network tab is built for watching requests as they happen, which is the wrong shape for the question you usually end up asking: what is actually taking the time? Once a capture is a table, sorting by duration takes one click, filtering to everything that returned an error takes another, and grouping by host or content type turns a wall of rows into a finding you can put in a ticket.

  • One row per request, with timing and size ready to sort
  • Tokens in URLs removed, so the export is safe to attach
  • Formula injection neutralised for anyone opening it in Excel
  • Headers and bodies deliberately excluded — this is a summary

Need the full capture, minus the credentials? Use the HAR sanitizer.

About Converting HAR to CSV

A HAR file is a JSON recording of everything a browser sent and received during a session, exported from the Network tab of its developer tools. It is the standard way to hand a web problem to someone who cannot reproduce it, and it captures headers, cookies, timings and response bodies in full. When you need to move away from HAR, the usual reason is simple: contains live session cookies and access tokens in plain text.

Converting your HAR data file to CSV solves that. CSV is a plain-text table format where each line is a row and commas separate columns. Its simplicity makes it the universal exchange format for data between spreadsheets, databases and code. In practice you gain readable by virtually every tool and tiny, plain-text files. PrivConvert runs the whole HAR-to-CSV conversion in server memory and deletes your file the instant the CSV is ready — nothing is stored, logged or reused.

When this conversion helps

  • You need readable by virtually every tool
  • You need tiny, plain-text files
  • You need ideal for data import/export
  • Sharing a HAR data file with someone whose software expects CSV

Tips for best results

  • After converting, open the CSV and skim the formatting — complex layouts occasionally need a small touch-up.
  • Files up to 250 MB are supported, and you can batch-convert several HAR files at once; each is processed privately and deleted immediately.

How to Convert HAR to CSV Online

Here is how a HAR → CSV conversion works on PrivConvert, from start to finish. What you gain with CSV: readable by virtually every tool.

1
Upload your HAR file

Drag and drop your file into the upload area, click to browse your device, or paste a URL to a file hosted online. You can upload files up to 250 MB and batch convert up to 20 files at once.

2
Automatic conversion

Once uploaded, the conversion from HAR to CSV starts automatically. The process runs entirely in an isolated environment - your data never leaves the secure pipeline.

3
Download your CSV file

Your converted file is ready instantly. Click the download button to save it to your device. The file is deleted from memory immediately after download.

Why choose PrivConvert?

Converting HAR to CSV should not mean handing a stranger a permanent copy of your data. PrivConvert processes everything in memory and forgets it instantly.

No human ever sees it

Your files are handled entirely by automated code. No staff, partner or AI model ever reads, stores or trains on your data.

Zero data retention

Files are processed in volatile memory (RAM) and purged the instant your download is ready — nothing is ever written to disk, cached or backed up.

Encrypted transfers

Every upload and download is protected with TLS 1.3, so your file cannot be intercepted on the way to the server or back to you.

No account required

Convert instantly with no sign-up, no email and no profiling cookies. We never build a profile around you or the files you convert.

HAR vs CSV - Format Comparison

FeatureHARCSV
File extension.har.csv
Full nameHTTP ArchiveComma-Separated Values
Introduced2007
EncodingTextText
EditableYesYes
Open standardYesYes
Supported by PrivConvertYes (as input)Yes (as output)
Privacy-safe conversionIn-memory, zero storage
Max file size250 MB per file
Batch supportUp to 20 files simultaneously

Why people pick PrivConvert for CSV

Thousands of people trust PrivConvert with their files because privacy here is structural — enforced by how the service runs, not just promised.

250 MB Max file size
450+ Conversion tools
0 sec File retention
100% Free to use

Frequently Asked Questions

What columns do I get?
Start time, method, URL, status code, status text, content type, request size, response size, total time in milliseconds, server wait time, and the server IP. That is enough to sort by duration, filter to failures, or total the bytes for a page load without opening a single developer tool.
Why use a spreadsheet instead of the Network tab?
Because the Network tab cannot easily answer aggregate questions. Which content type accounts for most of the transfer? How many requests returned 404? What is the total time spent waiting on one particular host? Those are one pivot table away in a spreadsheet and quite tedious in DevTools.
Are secrets in the URLs removed?
Yes. URLs frequently carry access tokens and API keys in the query string, so they pass through the same cleaner used by the HAR sanitizer before being written out. A parameter whose name suggests a secret, or whose value is shaped like a JWT, is replaced. Otherwise this export would leak exactly what the sanitizer exists to prevent.
Are headers and response bodies included?
No. This is a summary of the request log, not the full capture, so headers, cookies and bodies are left out entirely. If you need the detail but safely, use the HAR sanitizer instead — it keeps the structure and removes the credentials.
Is it safe to open the CSV in Excel?
Yes. Any value that a spreadsheet would treat as a formula is neutralised first, so a URL or a status message recorded from a hostile page cannot trigger formula injection when the file is opened in Excel, Numbers or Google Sheets.
Is my capture kept private?
It is parsed in server memory and the CSV is returned to you directly. Nothing is written to disk, stored or logged, and the capture is gone as soon as your download completes.
How do I export a HAR from my browser?
Open developer tools, go to the Network tab, tick 'Preserve log', reload the page, then right-click the request list and choose 'Save all as HAR'. This works in Chrome, Edge, Firefox and Safari.
Are there limits?
A capture can be up to 50 MB and hold up to 50,000 requests, which covers even a long recorded session. HAR files get large mostly because of embedded response bodies, which this converter ignores.

Further Reading