csvtojson

  • Version 2.0.14
  • Published
  • 356 kB
  • 1 dependency
  • 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

Namespaces

Variables

variable helper

const 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 (1)

        Dev Dependencies (15)

        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>