Socket
Socket
Sign inDemoInstall

csv-converter-valtensir

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-converter-valtensir

A project to converter JSON to CSV and CSV to JSON files.


Maintainers
1

A CSV <> JSON converter

A CSV to JSON and JSON to CSV converter.

Introduction

A project to learning porpuses.

What this project can do

1 - Read a csv file or a folder with csv's and convert them to JSON.

2 - Read a json file or a folder with json's and convert them to CSV.

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

pipx install csv_converter_valtensir

Help

Usage: csv_converter [OPTIONS]

Options:
  -c, --convert TEXT    Format you want to convert. cc -> Convert CSV to JSON;
                        cj -> Convert JSON to CSV.
  -i, --input TEXT      Path where to find the files to convert.
  -o, --output TEXT     Path where the converted files will be saved.
  -d, --delimiter TEXT  Separator used to split the files.
  -p, --prefix TEXT     Prefix used to prepend to the name of the converted
                        file saved on disk.The suffix will be a number
                        starting from 0. ge: file_0
  --help                Show this message and exit.

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