Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json-csv-combiner

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-csv-combiner

Combine multiple JSON/CSV/EXCEL into single file

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc