{"id":23739816,"url":"https://github.com/p1atdev/swiftycsv","last_synced_at":"2025-10-25T10:36:59.408Z","repository":{"id":119011537,"uuid":"310285635","full_name":"p1atdev/SwiftyCSV","owner":"p1atdev","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-05T12:10:22.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-31T20:56:28.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p1atdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-11-05T12:02:04.000Z","updated_at":"2020-11-05T12:11:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"da41b1b0-cbd5-4a07-aa92-c0f07e9b67a7","html_url":"https://github.com/p1atdev/SwiftyCSV","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/p1atdev/SwiftyCSV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2FSwiftyCSV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2FSwiftyCSV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2FSwiftyCSV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2FSwiftyCSV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p1atdev","download_url":"https://codeload.github.com/p1atdev/SwiftyCSV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p1atdev%2FSwiftyCSV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280943410,"owners_count":26417747,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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-12-31T09:39:19.845Z","updated_at":"2025-10-25T10:36:59.397Z","avatar_url":"https://github.com/p1atdev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftyCSV\n## 使い方\nプロジェクトファイルに`CSV.swift`を追加\n\n```CSV\n1,01/01,はれ\n2,05/12,くもり,25°C\n3,12/3\n\n```\n\n```Swift\n//csvの指定\nlet csvData = CSV(\"csvs/\", name: \"data\") ///Documents/csvs/data.csv\n\n//読み込み\nlet readData: Array\u003cArray\u003cString\u003e\u003e = csvData.read()\n/*\n出力\n[[\"1\",\"01/01\",\"はれ\"][\"2\",\"05/12\",\"くもり\",\"25°C\"][\"3\",\"12/3\"]]\n*/\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp1atdev%2Fswiftycsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp1atdev%2Fswiftycsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp1atdev%2Fswiftycsv/lists"}