JSON to CSV

★★★★★
★★★★★
677 users
<
>
Stanley 40 oz. Quencher H2.0 FlowState Tumbler, Neon Orange
★★★★★
★★★★★
2024 Topps Chrome US Olympic & Paralympic Hopefuls Blaster 40-Box Case
★★★★★
★★★★★
Alchemy Flights Silver From below
★★★★★
★★★★★
Rustic Facebook Set, Customizable Facebook, DIY Watercolor Facebook, Editable Facebook Set, Instant Download Template, Rustic Lace
★★★★★
★★★★★
Juvale Human Silhouette Large Shooting Target Sheets (25 x 38 in, 2 Designs, 50 Pack)
★★★★★
★★★★★
SodaStream Aqua Fizz Sparkling Water Maker Black
★★★★★
★★★★★

Transform JSON web response to one of two CSV formats

When you view a JSON data feed (typically a web url ending in .json or with Content-Type: application/json) some advanced users will wish to extract some of this complex object data into 2d array like format (i.e. spreadsheet data).

This extension allows you to craft a custom script (which you can save) and then evaluate that script to transform the json array of objects into a flat array of columns, which can then easily be copied and pasted into a spreadsheet or downloaded as CSV format.

Source Code https://github.com/qufighter/c sv_from_json
Related