Turn a JSON file into a CSV you can open, filter, and share. Upload the file, Gigasheet flattens the nested structure into rows and columns, and you export the result.
.png)
That covers the ordinary case: a JSON file in, a CSV out. Healthcare price transparency files are a different animal, and the section below explains why converting one is usually the wrong first move.
Gigasheet handles the common JSON shapes: an array of objects, newline-delimited JSON, deeply nested records, and inconsistent keys from record to record. Nested paths become dotted column names so you can see where every value came from, and you can drop the columns you do not need before exporting. Upload from your computer, from cloud storage such as Google Drive, OneDrive, Box, or AWS S3, or query the source directly from a warehouse.
Payer Transparency in Coverage files and hospital price transparency files are JSON, so the instinct is to convert one to CSV and open it in Excel. That plan breaks in three predictable ways.
in_network, then negotiated_rates, then provider_groups and negotiated_prices. Convert at the top level and you get one row per billing code with the rates collapsed into unusable text.MRF Viewer is built for exactly this case. It opens the JSON directly, flattens it at the rate level, and gives you filters, pivots, and export without a conversion step in between. Narrow to the payer, provider, billing code, or geography you care about first, then export a CSV small enough to actually use. If you want to see the structure before you commit, read how to open and view MRFs, which includes a sample TiC file.
Converting files one at a time is a reasonable way to answer a single question. It is a poor way to run a benchmarking program. If you need negotiated rates that are already cleansed of zombie rates, deduplicated, and enriched with NPI, TIN, and Medicare reference context, see Gigasheet Price Transparency Data, or query them from your own systems with the Price Transparency API.
Use the online JSON viewer to open and explore a large JSON file first, then export only the records you need as CSV.
Payer and hospital price transparency files are too large and too nested to convert blind. MRF Viewer opens them directly, flattens to the rate level, and exports only the slice you filtered to.
Cleansed negotiated-rate data with provider and payer enrichment, Medicare reference context, and out-of-the-box benchmarks, available as datasets or through the Price Transparency API.