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

sepparator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sepparator

  • 0.0.5
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

sepparator - separating value from commata

Simple CSV pocket-knife-tool.

Features:

  • convert CSV to Excel format and detect datatypes
  • (not yet implemented:) Detect CSV schema, create database table and load the file automatically

Tries to detect appropriate datatypes and therefore you might get rid of the CSV-like question "what's decimal separator?".

Usage:
  sepp convert CSV XLS 

Options:
  -s, [--col-sep=\t]  # CSV column separator, defaults to tab-separated values
  -f, [--force]       # overwrite existing files

Description:
  `sepp convert` converts a CSV file to a xlsx file.

  Parameters:

  CSV - path to a CSV file (required)

  XLS - destination path for excel file (optional)
   Use --force to overwrite existing files.
   If XLS is ommited, sepp will create the excel file alongside the csv using the .xlsx extension.

  Options:

  --col_sep - CSV column separation character(s)

  --force - overwrite destination files if necessary

FAQs

Package last updated on 05 Aug 2013

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