Show HN: CSV ↔ JSON converter and CSV line charts(plotiq-web.web.app)
plotiq-web.web.app
Show HN: CSV ↔ JSON converter and CSV line charts
https://plotiq-web.web.app/
10 comments
Just tried converting a CSV with ~1k rows and it worked instantly. Nice that everything runs in the browser and require no login. Add excel to chart, excel to csv, excel to json. And try to add more chart options. It will be great if you add this features.
Thanks for your Feedback. I will take this feedback into action.
Thinking of adding more tools like JSON formatter, CSV to bar chart, csv to scatterplot and CSV to pie chart. Curious which ones people here would find most useful.
Try to add scatterplot chart as it is helpful for people working with accuracy related data to find outliers.
https://news.ycombinator.com/item?id=47261415
Looks like a comment ring
Looks like a comment ring
Great tool for researchers and students. I recommend to add logarithmic line chart option also.
Thanks for feedback. I was thinking logarithmic chart because when there is large difference between columns in comparison then the column with low values are not visible properly as they get close to x-axis.
Also I am thinking to add scatterplot chart first with linear regression option.
Also I am thinking to add scatterplot chart first with linear regression option.
I often needed quick ways to convert small datasets while prototyping APIs or exploring data.
Most online tools require uploading files, login and signup, which feels slow and sometimes risky for sensitive data.
So I built a small browser-based toolset that runs entirely on the client side.
Current tools: - CSV → JSON converter - JSON → CSV converter - CSV → Line Chart generator
You can paste data directly and get instant results.
Everything runs in the browser (no file uploads on server).
I'm planning to add more utilities like: - CSV → multi-line charts - JSON → charts - more small data tools
Would love feedback on what data utilities people wish existed but can't easily find.