{"id":13770328,"url":"https://github.com/svenvc/NeoCSV","last_synced_at":"2025-05-11T03:32:43.697Z","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-02-25T02:06:48.000Z","size":203,"stargazers_count":32,"open_issues_count":9,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-06T15:39:24.828Z","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-03-05T20:28:26.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":253514352,"owners_count":21920327,"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-08-03T17:00:36.275Z","updated_at":"2025-05-11T03:32:43.398Z","avatar_url":"https://github.com/svenvc.png","language":"Smalltalk","funding_links":[],"categories":["Data Collection","Data interexchange format"],"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"}