https://github.com/akicho8/uzoumuzou
なんでもCSV化するライブラリ
https://github.com/akicho8/uzoumuzou
csv csv-export generator ruby
Last synced: 20 days ago
JSON representation
なんでもCSV化するライブラリ
- Host: GitHub
- URL: https://github.com/akicho8/uzoumuzou
- Owner: akicho8
- Created: 2016-06-09T06:57:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T07:00:48.000Z (about 10 years ago)
- Last Synced: 2025-01-12T18:13:16.196Z (over 1 year ago)
- Topics: csv, csv-export, generator, ruby
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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"