{"id":13507714,"url":"https://github.com/meh/cesso","last_synced_at":"2025-07-13T02:08:14.477Z","repository":{"id":12173497,"uuid":"14772379","full_name":"meh/cesso","owner":"meh","description":"CSV handling library for Elixir.","archived":false,"fork":false,"pushed_at":"2014-06-18T17:29:29.000Z","size":272,"stargazers_count":26,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-27T09:07:32.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/meh.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}},"created_at":"2013-11-28T09:09:46.000Z","updated_at":"2023-07-25T13:50:02.000Z","dependencies_parsed_at":"2022-09-05T10:00:57.724Z","dependency_job_id":null,"html_url":"https://github.com/meh/cesso","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/meh/cesso","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcesso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcesso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcesso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcesso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meh","download_url":"https://codeload.github.com/meh/cesso/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meh%2Fcesso/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263314283,"owners_count":23447299,"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-08-01T02:00:38.079Z","updated_at":"2025-07-13T02:08:14.383Z","avatar_url":"https://github.com/meh.png","language":"Elixir","funding_links":[],"categories":["CSV"],"sub_categories":[],"readme":"cesso - CSV parser for Elixir\n=============================\nSimple library to parse CSV lazily, especially made to parse huge exported\ndatabases.\n\nExamples\n--------\n\n```elixir\nuse Cesso\n\nCSV.decode(~s\u003clol,wut\u003e)\n  |\u003e IO.inspect # =\u003e [[\"lol\", \"wut\"]]\n\n# string columns are supported\nCSV.decode(~s\u003clol,\"wut,omg\"\u003e)\n  |\u003e IO.inspect # =\u003e [[\"lol\", \"wut,omg\"]]\n\n# they can also span multiple lines\nCSV.decode(~s\u003clol,\"wut\\nomg\",hue\u003e)\n  |\u003e IO.inspect # =\u003e [[\"lol\", \"wut\\nomg\", \"hue\"]]\n\n# you can also specify a different separator\nCSV.decode(~s\u003clol|||wut\u003e, separator: \"|||\")\n  |\u003e IO.inspect # =\u003e [[\"lol\", \"wut\"]]\n\n# the first row can be used as column names\nCSV.decode(~s\u003ca,b\\nlol,wut\u003e, columns: true)\n  |\u003e IO.inspect [[{ \"a\", \"lol\" }, { \"b\", \"wut\" }]]\n\n# otherwise you can pass the column names\nCSV.decode(~s\u003clol,wut\u003e, columns: [\"a\", \"b\"])\n |\u003e IO.inspect [[{ \"a\", \"lol\" }, { \"b\", \"wut\" }]]\n\n# you can also parse a file\nCSV.decode(File.stream!(\"db.csv\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeh%2Fcesso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeh%2Fcesso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeh%2Fcesso/lists"}