{"id":17344122,"url":"https://github.com/splitrb/split-export","last_synced_at":"2025-04-14T20:13:36.959Z","repository":{"id":52179227,"uuid":"1883633","full_name":"splitrb/split-export","owner":"splitrb","description":":open_file_folder: Split extension to export your data","archived":false,"fork":false,"pushed_at":"2023-05-05T06:57:28.000Z","size":31,"stargazers_count":7,"open_issues_count":3,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T20:13:28.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://libraries.io/rubygems/split-export","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/splitrb.png","metadata":{"files":{"readme":"Readme.mdown","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2011-06-12T05:23:51.000Z","updated_at":"2022-03-30T05:43:34.000Z","dependencies_parsed_at":"2023-08-16T17:07:31.805Z","dependency_job_id":null,"html_url":"https://github.com/splitrb/split-export","commit_stats":null,"previous_names":["andrew/split-export"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitrb%2Fsplit-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitrb%2Fsplit-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitrb%2Fsplit-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/splitrb%2Fsplit-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/splitrb","download_url":"https://codeload.github.com/splitrb/split-export/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952352,"owners_count":21188426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-15T16:17:06.057Z","updated_at":"2025-04-14T20:13:36.937Z","avatar_url":"https://github.com/splitrb.png","language":"Ruby","readme":"# [Split Export](http://libraries.io/rubygems/split-export)\n\nAn extension to [Split](http://github.com/splitrb/split) to allow for easy exporting of AB testing data.\n\n## Requirements\n\nThe split gem and its dependencies.\n\n## Setup\n\nIf you are using bundler add split to your Gemfile:\n\n    gem 'split-export', :require =\u003e 'split/export'\n\nThen run:\n\n    bundle install\n\nOtherwise install the gem:\n\n    gem install split-export\n\nand require it in your project:\n\n    require 'split/export'\n\n## Usage\n\nThis exports data for all experiments. This data set does not break down conversions by goals:\n\n    require 'split/export'\n    csv_data = Split::Export.to_csv\n    File.open('path/to/my.csv', 'w') {|f| f.write(csv_data) }\n\nThis exports data for a single experiment, and breaks it down by group and goal:\n\n    require 'split/export'\n    csv_data = Split::Export.experiment_to_csv(\"my_experiment\")\n    File.open('path/to/my.csv', 'w') {|f| f.write(csv_data) }\n\n## Contribute\n\nSource hosted at [GitHub](http://github.com/splitrb/split-export).\nReport Issues/Feature requests on [GitHub Issues](http://github.com/splitrb/split-export/issues).\n\nTests can be ran with `rake spec`\n\nPlease conform to the [Code of Conduct](CODE_OF_CONDUCT.md).\n\n### Note on Patches/Pull Requests\n\n * Fork the project.\n * Make your feature addition or bug fix.\n * Add tests for it. This is important so I don't break it in a\n   future version unintentionally.\n * Commit, do not mess with rakefile, version, or history.\n   (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)\n * Send me a pull request. Bonus points for topic branches.\n\n## Copyright\n\nCopyright (c) 2013-2018 Andrew Nesbitt. See LICENSE for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplitrb%2Fsplit-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsplitrb%2Fsplit-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsplitrb%2Fsplit-export/lists"}