Merges multiple JSON/EXCEL/CSV file into a single file.
You can install it from PyPI
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]
$ python jce -t json -o combined.json
-t [json][csv][excel]
-o filename.[json][csv][xlsx]
-
0.1.2
- Initial release
Feel free to contribute with anything.
Copyright (c) 2021 Shikrishna Joisa.
Distributed under the MIT license.
See LICENSE
for more information.