{"id":15041046,"url":"https://github.com/toyama0919/json2xxx","last_synced_at":"2026-01-28T14:04:45.338Z","repository":{"id":25095823,"uuid":"28516852","full_name":"toyama0919/json2xxx","owner":"toyama0919","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-09T05:43:23.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-04T05:04:52.465Z","etag":null,"topics":["json"],"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/toyama0919.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-26T17:29:46.000Z","updated_at":"2017-03-10T14:14:13.000Z","dependencies_parsed_at":"2022-08-20T23:10:58.429Z","dependency_job_id":null,"html_url":"https://github.com/toyama0919/json2xxx","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/toyama0919/json2xxx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fjson2xxx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fjson2xxx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fjson2xxx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fjson2xxx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toyama0919","download_url":"https://codeload.github.com/toyama0919/json2xxx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toyama0919%2Fjson2xxx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["json"],"created_at":"2024-09-24T20:45:27.140Z","updated_at":"2026-01-28T14:04:45.323Z","avatar_url":"https://github.com/toyama0919.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json2xxx [![Build Status](https://secure.travis-ci.org/toyama0919/json2xxx.png?branch=master)](http://travis-ci.org/toyama0919/json2xxx)\n\nconvert jsonl to other format.\n\n### Convert csv\n\n```\n$ cat test.json\n{\"integer_column\":1,\"strong_column\":\"strong1\",\"this_record_column\":\"hoge\"}\n{\"integer_column\":2,\"strong_column\":\"strong2\"}\n{\"integer_column\":3,\"strong_column\":\"strong3\"}\n{\"integer_column\":4,\"strong_column\":\"strong4\"}\n{\"integer_column\":5,\"strong_column\":\"strong5\"}\n\n$ cat test.json | json2xxx csv\n\"integer_column\",\"strong_column\",\"this_record_column\"\n\"1\",\"strong1\",\"hoge\"\n\"2\",\"strong2\",\"\"\n\"3\",\"strong3\",\"\"\n\"4\",\"strong4\",\"\"\n\"5\",\"strong5\",\"\"\n\n$ cat test.json | json2xxx csv -f strong_column this_record_column\n\"strong_column\",\"this_record_column\"\n\"strong1\",\"hoge\"\n\"strong2\",\"\"\n\"strong3\",\"\"\n\"strong4\",\"\"\n\"strong5\",\"\"\n```\n\n### Convert Excel\n\n```\n$ cat test.json | json2xxx excel\nwrite 20170309140309.xls\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'json2xxx'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install json2xxx\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 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new [Pull Request](../../pull/new/master)\n\n## Information\n\n* [Homepage](https://github.com/toyama0919/json2xxx)\n* [Issues](https://github.com/toyama0919/json2xxx/issues)\n* [Documentation](http://rubydoc.info/gems/json2xxx/frames)\n* [Email](mailto:toyama0919@gmail.com)\n\n## Copyright\n\nCopyright (c) 2014 Hiroshi Toyama\n\nSee [LICENSE.txt](../LICENSE.txt) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Fjson2xxx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoyama0919%2Fjson2xxx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoyama0919%2Fjson2xxx/lists"}