{"id":34619061,"url":"https://github.com/juliensf/mercury-csv","last_synced_at":"2026-03-16T06:36:02.043Z","repository":{"id":7300639,"uuid":"8617244","full_name":"juliensf/mercury-csv","owner":"juliensf","description":"A Mercury CSV library.","archived":false,"fork":false,"pushed_at":"2026-01-20T10:11:07.000Z","size":301,"stargazers_count":13,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-20T19:38:36.001Z","etag":null,"topics":["csv","csv-parser","mercury"],"latest_commit_sha":null,"homepage":"","language":"Mercury","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliensf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-03-07T01:12:07.000Z","updated_at":"2026-01-20T10:11:11.000Z","dependencies_parsed_at":"2025-03-08T15:36:57.394Z","dependency_job_id":null,"html_url":"https://github.com/juliensf/mercury-csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juliensf/mercury-csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliensf","download_url":"https://codeload.github.com/juliensf/mercury-csv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliensf%2Fmercury-csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30570784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-16T06:02:37.763Z","status":"ssl_error","status_checked_at":"2026-03-16T06:02:14.913Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csv","csv-parser","mercury"],"created_at":"2025-12-24T14:58:25.728Z","updated_at":"2026-03-16T06:36:02.035Z","avatar_url":"https://github.com/juliensf.png","language":"Mercury","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mercury-CSV\n\n`mercury_csv` is a [Mercury](https://mercurylang.org) library for reading\nCSV data from character streams.\n\n## Features\n\n* follows [RFC 4180](https://tools.ietf.org/rfc/rfc4180.txt) where possible\n* can optionally trim whitespace from fields\n* handles CRLF line endings\n* allows blank fields\n* supports reading fields either as strings (raw) or as Mercury standard\n  library types (typed)\n* the \"typed\" interface allows an arbitrary number of actions\n  (e.g. transformations, validity checks etc) to be performed on\n  each field after it is read\n* allows limits to be imposed on the number of characters in a field\n  and the number of fields in a record\n* supports the presence of an optional header record\n* field delimiter character can be selected by the user\n* can optionally ignore blank lines\n* can optionally ignore trailing fields\n\n## License\n\n`mercury_csv` is licensed under a simple 2-clause BSD style license.\nSee the file [COPYING](COPYING) for details. \n\n## Installation\n\nCheck the values in the file [Make.options](Make.options) to see if they agree\nwith your system, then do:\n\n    make install\n\nYou can also override values in [Make.options](Make.options) on the command\nline, for example\n\n    make INSTALL_PREFIX=/foo/bar install\n\ncauses the library to be installed in the directory `/foo/bar`.\n\n## Testing\n\nTo run the regression test suite, do:\n\n    make runtests\n\n## TODO\n\n* write some samples\n* write some more documentation\n* support CSV writers as well as readers\n\n## Mercury 22.01.X Compatibility\n\nThe code on the master branch is **not** compatible with Mercury 22.01.X.\nIf you require a version of `mercury_csv` that works with Mercury 22.01.X,\nthen use the `mercury_22_01` branch.\n\n## Mercury 20.06.X Compatibility\n\nThe code on the master branch is **not** compatible with Mercury 20.06.X.\nIf you require a version of `mercury_csv` that works with Mercury 20.06.X,\nthen use the `mercury_20_06` branch.\n\n## Mercury 20.01.X Compatibility\n\nThe code on the master branch is **not** compatible with Mercury 20.01.X.\nIf you require a version of `mercury_csv` that works with Mercury 20.01.X,\nthen use the `mercury_20_01` branch.\n\n## Author\n\nJulien Fischer \u003cjuliensf@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliensf%2Fmercury-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliensf%2Fmercury-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliensf%2Fmercury-csv/lists"}