Coder Social home page Coder Social logo

sigma-csv-node's Introduction

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

sigma-csv-node's People

Contributors

welpie21 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.