JSPM

  • Created
  • Published
  • Downloads 2956766
  • Score
    100M100P100Q207343F
  • License MIT

CSV parser and writer

Package Exports

  • fast-csv

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fast-csv) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

fast-csv

Package that combines both @fast-csv/format and @fast-csv/parse into a single package.

Installation

npm install -S fast-csv

Usage

To use fast-csv in javascript you can require the module

const csv = require('fast-csv');

To import with typescript

import * as csv from 'fast-csv';

Documentation

Examples