New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cesar-puc-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

cesar-puc-csv-converter

Convert csv to json. Publishing only for learning purposes at PUC.

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

File Converter

  • CSV para conversor JSON.
  • JSON para conversor CSV.

Introdução

O que este projeto pode fazer

  • Leia um arquivo csv ou uma pasta com csv's e converta-os em JSON.
  • Leia um arquivo json ou uma pasta com json's e converta-os em CSV.

Este projeto é um programa em execução no terminal, de preferência instalado com pipx:

`bash pipx install clebs-puc-csv-converter `

Para usar, basta digitar:

`bash $ converter --help `

Isso listará todas as opções disponíveis.

`` ` Usage: converter [OPTIONS] {csv|json}

Convert Single file or list of CSV files to json or json to convert json files to csv.

Options: -i, --input TEXT Path where the files will be loaded for conversion. -o, --output TEXT Path where the converted files will be saved. -d, --delimiter [,|;|:|\t] 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.json. --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