{"id":21479365,"url":"https://github.com/rycus86/google-http-client-csv","last_synced_at":"2025-03-17T08:42:22.783Z","repository":{"id":31900639,"uuid":"35469590","full_name":"rycus86/google-http-client-csv","owner":"rycus86","description":"ObjectParser implementation for Google HTTP Client library to parse objects from CSV files","archived":false,"fork":false,"pushed_at":"2017-05-15T20:11:57.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T18:16:08.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rycus86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-12T05:54:38.000Z","updated_at":"2017-05-15T20:11:58.000Z","dependencies_parsed_at":"2022-07-08T01:20:54.317Z","dependency_job_id":null,"html_url":"https://github.com/rycus86/google-http-client-csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fgoogle-http-client-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fgoogle-http-client-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fgoogle-http-client-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fgoogle-http-client-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rycus86","download_url":"https://codeload.github.com/rycus86/google-http-client-csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244004235,"owners_count":20382351,"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-11-23T11:24:56.161Z","updated_at":"2025-03-17T08:42:22.752Z","avatar_url":"https://github.com/rycus86.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google-http-client-csv\nObjectParser implementation for Google HTTP Client library to parse objects from CSV files.\n\n### Usage:\n```java\nfinal HttpRequest request = ...;\nrequest.setParser(new CsvParser());\n\nfinal HttpResponse response = request.execute();\nfinal Item[] items = response.parseAs(Item[].class);\n```\n\n### Maven setup:\n```pom.xml\n\u003cdependencies\u003e\n  ...\n  \u003cdependency\u003e\n    \u003cgroupId\u003ehu.rycus\u003c/groupId\u003e\n    \u003cartifactId\u003egoogle-http-client-csv\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.2\u003c/version\u003e\n  \u003c/dependency\u003e\n  ...\n\u003cdependencies\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fgoogle-http-client-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frycus86%2Fgoogle-http-client-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fgoogle-http-client-csv/lists"}