{"id":16239674,"url":"https://github.com/jalkoby/csv_export","last_synced_at":"2026-06-25T06:31:18.452Z","repository":{"id":4260794,"uuid":"5387580","full_name":"jalkoby/csv_export","owner":"jalkoby","description":"Painless csv export in Ruby on Rails","archived":false,"fork":false,"pushed_at":"2012-08-12T10:33:01.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T19:48:32.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jalkoby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-12T10:00:08.000Z","updated_at":"2014-01-29T11:10:08.000Z","dependencies_parsed_at":"2022-08-29T14:23:20.119Z","dependency_job_id":null,"html_url":"https://github.com/jalkoby/csv_export","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jalkoby/csv_export","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Fcsv_export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Fcsv_export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Fcsv_export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Fcsv_export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jalkoby","download_url":"https://codeload.github.com/jalkoby/csv_export/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalkoby%2Fcsv_export/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34763481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T13:44:38.620Z","updated_at":"2026-06-25T06:31:18.417Z","avatar_url":"https://github.com/jalkoby.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CsvExport\n\nPainless csv export in Ruby on Rails\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'csv_export'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install csv_export\n\n## Usage\n\n  That gem provide `export_to_csv(filename, content, [options = {}])` method in your controller.\n\n- *filename* - String, which define output file's name. NOTE: method doesn't add \".csv\" extention automaticly\n- *content* - Items' enumerable. By default expected that item is some kind of array. If item responds to \"to_csv_row\", gem will use it. Also if item isn't array and doesn't have \"to_csv_row\" it will wrap item in to the array\n- *options* - Optional argument. Expects it will be some kind of hash. Processed keys:\n    - :separator - sets custom separator(by default is \",\")\n    - :headers - sets header row. Expected array with columns' names\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalkoby%2Fcsv_export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjalkoby%2Fcsv_export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalkoby%2Fcsv_export/lists"}