json-csv-combiner
Merges multiple JSON/EXCEL/CSV file into a single file.
⚙️ Installation
You can install it from PyPI
💻 How to Use
You can run it as a module in the commandline with a single line. It can combine multiple json/csv/excel file in a folder to single output file.
$ python jce -t [Type of file] -o [output file name]
Example
$ python jce -t json -o combined.json
Options
-t [json][csv][excel]
-o filename.[json][csv][xlsx]
📑 Release History
🚧🚀 Contributing
Feel free to contribute with anything.
⚖️ License
Copyright (c) 2021 Shikrishna Joisa.
Distributed under the MIT license.
See LICENSE
for more information.