{"id":15107614,"url":"https://github.com/svenvc/neocsv","last_synced_at":"2025-10-23T02:31:20.040Z","repository":{"id":47526078,"uuid":"11252480","full_name":"svenvc/NeoCSV","owner":"svenvc","description":"NeoCSV is an elegant and efficient standalone Smalltalk framework to read and write CSV converting to or from Smalltalk objects.","archived":false,"fork":false,"pushed_at":"2025-01-22T03:48:37.000Z","size":199,"stargazers_count":29,"open_issues_count":9,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-30T17:11:16.280Z","etag":null,"topics":["csv","data-interchange","mapping","pharo","smalltalk"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/svenvc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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}},"created_at":"2013-07-08T11:14:04.000Z","updated_at":"2025-01-22T03:48:41.000Z","dependencies_parsed_at":"2023-01-23T19:01:04.108Z","dependency_job_id":"4e6287fb-058c-451f-a159-61ae058775b6","html_url":"https://github.com/svenvc/NeoCSV","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoCSV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoCSV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoCSV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenvc%2FNeoCSV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenvc","download_url":"https://codeload.github.com/svenvc/NeoCSV/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237769067,"owners_count":19363250,"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":["csv","data-interchange","mapping","pharo","smalltalk"],"created_at":"2024-09-25T21:40:29.069Z","updated_at":"2025-10-23T02:31:19.700Z","avatar_url":"https://github.com/svenvc.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeoCSV\n\nNeoCSV is an elegant and efficient standalone Smalltalk framework to read and write CSV converting to or from Smalltalk objects.\n\n[![CI](https://github.com/svenvc/NeoCSV/actions/workflows/CI.yml/badge.svg)](https://github.com/svenvc/NeoCSV/actions/workflows/CI.yml)\n\nMIT Licensed.\n\nA chapter in the [Enterprise Pharo](https://books.pharo.org/enterprise-pharo/) book is a good introduction to [NeoCSV](https://ci.inria.fr/pharo-contribution/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/NeoCSV/NeoCSV.html).\n\nGo ahead and read the [NeoCSV paper](https://github.com/svenvc/docs/blob/master/neo/neo-csv-paper.md).\n\nBasically, NeoCSV deals with a format that\n- is text based (ASCII, Latin1, Unicode)\n- consists of records, 1 per line (any line ending convention)\n- where records consist of fields separated by a delimiter (comma, tab, semicolon)\n- where every record has the same number of fields\n- where fields can be quoted should they contain separators or line endings\n\nhttps://en.wikipedia.org/wiki/Comma-separated_values\n\n## Installation\n\nYou can load NeoCSV using Metacello\n\n```Smalltalk\nMetacello new\n  repository: 'github://svenvc/NeoCSV/repository';\n  baseline: 'NeoCSV';\n  load.\n```\n\nYou can use the following dependency from your own Metacello configuration or baseline\n\n```Smalltalk\nspec baseline: 'NeoCSV' with: [ spec repository: 'github://svenvc/NeoCSV/repository' ].\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenvc%2Fneocsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenvc%2Fneocsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenvc%2Fneocsv/lists"}