csvtojson

  • Version 2.0.10
  • Published
  • 8.69 MB
  • 3 dependencies
  • MIT license

Install

npm i csvtojson
yarn add csvtojson
pnpm add csvtojson

Overview

A tool concentrating on converting csv data to JSON with customised parser supporting

Index

Variables

Functions

Namespaces

Variables

variable Converter

const Converter: typeof Converter;

    variable csv

    const csv: {
    (param?: Partial<CSVParseParam>, options?: TransformOptions): Converter;
    csv: any;
    Converter: typeof Converter;
    };

      Functions

      function helper

      helper: {
      (param?: Partial<CSVParseParam>, options?: TransformOptions): Converter;
      csv: any;
      Converter: typeof Converter;
      };

        Namespaces

        namespace *.json

        module '*.json' {}

          variable value

          const value: any;

            Package Files (2)

            Dependencies (3)

            Dev Dependencies (14)

            Peer Dependencies (0)

            No peer dependencies.

            Badge

            To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

            You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/csvtojson.

            • Markdown
              [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/csvtojson)
            • HTML
              <a href="https://www.jsdocs.io/package/csvtojson"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>