Skip to content

A little tool to parse CSV file using type mapping and export to JSON

Notifications You must be signed in to change notification settings

amenophis/csv2json

Repository files navigation

csv2json

⚠️ The repository is not maintained: Use at your own risks !

A little tool to parse CSV file using type mapping and export to JSON

Installation

$ composer install --no-dev

Usage

$ bin/csv2json ./fixtures/sample.csv --fields id,subid,name,date,time,datetime,length,valid,invalid --aggregate length --desc ./fixtures/description.txt --pretty

Test

$ composer install --dev
$ bin/unit-test

About

A little tool to parse CSV file using type mapping and export to JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages