You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jpaulorc-csv-converter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jpaulorc-csv-converter

Convert csv to json and json to csv. Publishin only for leaning purposes.

0.1.3
pipPyPI
Maintainers
1

File Converter

Used to convert files to CSV or JSON. This project does not use any library to convert these files.

Introduction

Learning how to deploy a lib on PyPi at PUC using Poetry.

What this project can do

Read a CSV or JSON file or a folder with files and convert them to CSV or JSON.

  • If the file was a CSV then it will be converted to JSON.
  • If the file was a JSON then it will be converted to CSV.

This project is a program running on terminal, preferably install with pipx:

pipx install jpaulorc-csv-converter

To use, just type in:

csv_converter --help

This will list all available options.

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