{"id":25766028,"url":"https://github.com/jvirtanen/fields","last_synced_at":"2025-02-26T22:28:49.077Z","repository":{"id":3044705,"uuid":"4065821","full_name":"jvirtanen/fields","owner":"jvirtanen","description":"Fast C library for reading CSV and other tabular text formats","archived":false,"fork":false,"pushed_at":"2014-03-27T22:11:52.000Z","size":505,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-16T09:45:28.808Z","etag":null,"topics":["c","csv","tsv"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"masgari/docker-intellij-idea","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jvirtanen.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-18T16:31:31.000Z","updated_at":"2019-01-04T20:28:05.000Z","dependencies_parsed_at":"2022-09-16T04:41:07.103Z","dependency_job_id":null,"html_url":"https://github.com/jvirtanen/fields","commit_stats":null,"previous_names":[],"tags_count":9,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvirtanen%2Ffields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvirtanen%2Ffields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvirtanen%2Ffields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvirtanen%2Ffields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvirtanen","download_url":"https://codeload.github.com/jvirtanen/fields/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240945148,"owners_count":19882690,"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":["c","csv","tsv"],"created_at":"2025-02-26T22:28:48.198Z","updated_at":"2025-02-26T22:28:49.066Z","avatar_url":"https://github.com/jvirtanen.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fields\n======\n\nFields is a fast C library for reading CSV and other tabular text formats.\n\n\nUsage\n-----\n\nFields reads input consisting of zero or more records, each record consisting\nof zero or more fields. Records are separated by record separators and fields\nby field delimiters.\n\nFields handles input internally as UTF-8. The record separator may be either\na carriage return (CR, Mac OS), a line feed (LF, Unix) or a CRLF (Windows).\nThe field delimiter may be any ASCII character except CR or LF.\n\nA field may begin and end with a quote character. A quoted field may contain\nembedded record separators, field delimiters and quote characters. Each quote\ncharacter within a quoted field must be escaped with another quote character.\nThe quote character may be any ASCII character except the field delimiter, CR\nor LF. If the quote character is set to the null character (NUL), quoting is\ndisabled.\n\n\nBuilding\n--------\n\nBuilding Fields requires a C99 compiler and GNU Make.\n\nBuild Fields:\n\n    make\n\n\nInstallation\n------------\n\nInstall Fields to `/usr/local`, the default installation location:\n\n    make install\n\nInstall Fields to `$HOME`, an alternative installation location:\n\n    make install PREFIX=$HOME\n\n\nDevelopment\n-----------\n\nRunning Fields' tests requires Python 2.6.\n\nRun Fields' tests:\n\n    make test\n\n\nHistory\n-------\n\nSee `History.md`.\n\n\nLicense\n-------\n\nFields is released under the MIT License. See `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvirtanen%2Ffields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvirtanen%2Ffields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvirtanen%2Ffields/lists"}