-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,9 @@ | ||
## millionaire | ||
CSVを簡単に扱えるようになります。 | ||
読み込んだCSVデータに対してvalidationをかけることでデータの整合性を保証することができるようになります。 | ||
また、大量のCVデータの中から必要なデータだけを抽出することもできます。 | ||
現在はヘッダーのあるCSVしか読み込みはできないが、将来的にはヘッダーのないCSVにも対応する予定 | ||
## instlation | ||
|
||
## usage | ||
[read usage wiki page](https://github.com/hidenba/millionaire/wiki/Usage) | ||
``` | ||
gem 'millionaire' | ||
``` | ||
|
||
## 今後の実装予定 | ||
## usage | ||
|
||
* belongs_to, has_many, has_one 等の関連の定義 | ||
** 一括ロードの仕組み? | ||
* エンコーディングやセパレータの設定が出来る仕組み | ||
* CSV出力 | ||
* uniq validator | ||
* whereの連結 | ||
* whereで検索時に演算子を指定(:lt, glt...) | ||
* READMEを英語化 | ||
* ヘッダのないCSV対応 | ||
[usage wiki page](https://github.com/hidenba/millionaire/wiki/Usage) |