An open API service indexing awesome lists of open source software.

https://github.com/divyanshu-rawat/json-utility

A utility to import json read, update, write, delete keys in a .json file and export as csv, json.
https://github.com/divyanshu-rawat/json-utility

csv-to-json delete-keys-in-json json-to-csv read-json update-json write-json

Last synced: 10 months ago
JSON representation

A utility to import json read, update, write, delete keys in a .json file and export as csv, json.

Awesome Lists containing this project

README

          

### json-utility
A utility to import json read, update, write, delete keys in a .json file and export as csv, json.

Steps to make it work:
* Import a `csv` dataset.
* Specify what keys to add.
* Specify what keys to delete.
* Export as json in `jsonOutput` and csv in `csvOutput` directory.

Perform operation on sample dataset to get more insights `data.json`

[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

![alt tag](https://imgur.com/oyYHzz6.gif)