rs-cjy

Crates.iors-cjy
lib.rsrs-cjy
version0.1.5
sourcesrc
created_at2018-10-09 10:00:07.420427
updated_at2022-10-11 10:15:51.546066
descriptionConvert between CSV, JSON, YAML formats of 2D dataset.
homepagehttps://github.com/weaming/rs-cjy
repositoryhttps://github.com/weaming/rs-cjy
max_upload_size
id88859
size21,658
Garden Yuen (weaming)

documentation

README

rs-cjy

Convert between CSV, JSON, YAML.

Install

After installation, you will get two executable binaries named csv-json, json-yaml and csv-yaml.

Usage

They all accept from STDIN, print to STDOUT, and will try to dentect the input type then print as another type. If you want print pretty JSON, add PRETTY=1 environment.

TODO

  • keep order of headers
  • parse for different field types
Commit count: 20

cargo fmt