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

sigma-csv

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sigma-csv

A javascript / Typescript library to be able to read and write csv files

  • 0.3.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

sigma-csv

A CSV parser for javascript, typescript with no extra dependencies. Fully customizable and supports partial parsing of a basic csv file.


Changelog

The changelog is available here


Bundler

This package is bundled by vite. we provide 4 different bundles for different environments and those are:
✅ esm
✅ cjs
✅ umd
✅ iife


CSV parser support

currently the parser supports a few features that is already implemented.

✅ Basic CSV parsing
✅ Extending CSV parsing
✅ CSV parsing with custom delimiters
✅ Results can be returned as an array of objects, JSON or Tuples (arrays)
✅ The option to parse every single column to a number if possible
✅ Number parse option for a column

the parser currently is supporting the following features:

"," and ";" as delimiters
\n as line breaks
" as quote character
" " as empty line

Installation

npm install sigma-csv
pnpm add sigma-csv

Documentation

The documentation is available here


Roadmap

The roadmap is available here


Suggestions

If you have any suggestions, please feel free to open an issue or a pull request.


License

sigma-csv is licensed under the MIT License

Copyright (c) 2022-present, Beau den Heijer

FAQs

Package last updated on 26 Jul 2023

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