CSV is a ubiquitous importing and exporting format for tables of information conforming to row-column layout. Lines correspond to rows. On each line, commas separate values under each column; hence Comma-Separated Values. Values between commas define table-cell contents, strings or numbers. The format is relatively flexible, relatively easy for machines and even humans to read and write.
forked from royratcliffe/import-csv-files-in-rails-3
-
Notifications
You must be signed in to change notification settings - Fork 3
Import CSV files in Rails 3
chopmo/import-csv-files-in-rails-3
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Import CSV files in Rails 3
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Ruby 86.0%
- JavaScript 14.0%