Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommended offline JSON to CSV file converter? #24

Open
mgaved opened this issue Sep 11, 2018 · 7 comments
Open

Recommended offline JSON to CSV file converter? #24

mgaved opened this issue Sep 11, 2018 · 7 comments

Comments

@mgaved
Copy link

mgaved commented Sep 11, 2018

Can you recommend a good JSON to CSV file converter?

This one seems to be ok - https://konklone.io/json/ - but I am wondering if you can recommend a good offline one that works on Windows 7 or 10?

thanks

@iomavridis
Copy link
Collaborator

Hi,

I recommend you, the json-buddy converter, I have already installed on my laptop (windows 10) and it works fine.

@mgaved
Copy link
Author

mgaved commented Nov 23, 2018

Thanks mavridis92! Paul Maher (OU) has also recommended https://json-csv.com/

@geo-systems
Copy link

I'd suggest you check out Data Transformer (disclaimer - I'm its developer). It's designed to convert between CSV, JSON, XML, and YML locally.

You can get it from the Mac App Store or the Microsoft Store.

@OndraZizka
Copy link

CsvCruncher can convert JSON to CSV as follows:

crunch -in myData.json -itemsAt results/ -out myData.csv

Besides conversion, you may perform arbitrary SQL on the loaded data, like sort, filter, project, join it with other data, aggregate it, etc.

Disclaimer: It's my tool :) I hope it helps.

@yoshi-pi
Copy link

How about json to csv? I created it a few years ago, and I believe it's handy and intuitive to use.

@OndraZizka
Copy link

How about json to csv? I created it a few years ago, and I believe it's handy and intuitive to use.

That is not too offline.

@Gecker
Copy link

Gecker commented Jan 16, 2025

um, found this program on this... old-looking site.
it's free, not freemium.
https://www.gunamoi.com.au/soft/savejson2csv/index.html
idk if that's what you want, but the console converter was already suggested above. i needed something simpler with GUI because i'm a noob.
so this did the job just fine for me.
p.s. holy moly all the advertisements above, all paid except the console one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants