csv2jsonify
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

CSV to JSON Converter

Convert CSV (Comma-Separated Values) files to JSON (JavaScript Object Notation) format effortlessly.

Table of Contents

Introduction

CSV files are commonly used for storing tabular data, while JSON is a lightweight data interchange format widely used for representing structured data. This tool simplifies the process of converting CSV files into JSON format, providing flexibility and customization options along the way.

Features

  • Convert CSV files to JSON with ease.
  • Customize the conversion process with various options.
  • Supports handling quoted fields and sub-arrays within CSV files.
  • Provides options for configuring field delimiters, encoding, and more.

Installation

To install the CSV to JSON converter, you can use npm:

npm install csv2jsonify

Package Sidebar

Install

npm i csv2jsonify

Weekly Downloads

5

Version

1.0.4

License

ISC

Unpacked Size

51.1 kB

Total Files

11

Last publish

Collaborators

  • reinskywalker