An open API service indexing awesome lists of open source software.

https://github.com/akicho8/uzoumuzou

なんでもCSV化するライブラリ
https://github.com/akicho8/uzoumuzou

csv csv-export generator ruby

Last synced: 20 days ago
JSON representation

なんでもCSV化するライブラリ

Awesome Lists containing this project

README

          

#+OPTIONS: toc:nil num:nil author:nil creator:nil \n:nil |:t
#+OPTIONS: @:t ::t ^:t -:t f:t *:t <:t

* なんでもCSV化するライブラリ

: puts [{:id => 1, :name => "alice"}, {:id => 2, :name => "bob"}].to_ucsv
: # >> "id","name"
: # >> "1","alice"
: # >> "2","bob"