json-csv-combiner

Combine multiple JSON/CSV/EXCEL into single file


Keywords
python3
License
MIT
Install
pip install json-csv-combiner==0.1.2

Documentation

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

  • 0.1.2

    • Initial release

🚧🚀 Contributing

Feel free to contribute with anything.

⚖️ License

Copyright (c) 2021 Shikrishna Joisa.

Distributed under the MIT license.
See LICENSE for more information.