csvdoctor

Description

A csv parsing library that can also help in some simple statistical operations.

Installation

To install to your project, simply run the following command in your console:

npm install csv-doctor

Afterwards, import it to your project with the following code:

import { CSVDoc } from 'csv-doctor';
// or
const { CSVDoc } = require('csv-doctor');

Usage

Please see our documentation for usage.

Support

To receive support, please contact jez020@ucsd.edu, or create an issue in the project gitlab

Roadmap

See the issue board for project roadmap!

Contributing

Currently this project is not open for contribution.

Testing Coverage

You can view the testing coverage report in this website. We aim to have 100% testing coverage before any stable build gets released.

License

Copyright 2025 jez020

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.