{"id":19767619,"url":"https://github.com/rnelson/oxfordcsv","last_synced_at":"2026-05-11T21:37:23.138Z","repository":{"id":24053295,"uuid":"27439059","full_name":"rnelson/oxfordcsv","owner":"rnelson","description":"Oxfordize your CSV files","archived":false,"fork":false,"pushed_at":"2024-07-26T23:55:59.000Z","size":436,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-11T00:27:15.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rnelson.github.io/oxfordcsv","language":"Python","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/rnelson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2014-12-02T15:34:48.000Z","updated_at":"2024-07-26T23:49:42.000Z","dependencies_parsed_at":"2024-11-12T04:31:18.334Z","dependency_job_id":null,"html_url":"https://github.com/rnelson/oxfordcsv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnelson%2Foxfordcsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnelson%2Foxfordcsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnelson%2Foxfordcsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnelson%2Foxfordcsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rnelson","download_url":"https://codeload.github.com/rnelson/oxfordcsv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241100204,"owners_count":19909660,"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-11-12T04:31:13.248Z","updated_at":"2026-05-11T21:37:18.116Z","avatar_url":"https://github.com/rnelson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# oxfordcsv\n\n## About\n\nWhy use plain old CSV when you can use [Oxford CSV][tweet]?\n\nCompatible with both Python 3. Tested on 3.9.19.\n\n## Usage\n\nTo use _oxfordcsv_, simple pipe CSV data into it: `python3 oxfordcsv.py \u003c infile.csv`\n\n```\n$ cat sample.csv\nid,name,address,city,state\n1,Alice,213 Elk St.,New York,NY\n2,Bob,84924 1st Ave.,Boulder,CO\n3,Cheryl,99376 Apple Pkwy. Apt. #1632,Los Angeles,CA\n4,Dean,153 8th St. So.,Houston,TX\n$ python3 oxfordcsv.py \u003c sample.csv \u003e oxford.csv\n$ cat oxford.csv\nid,name,address,city,and state\n1,Alice,213 Elk St.,New York,and NY\n2,Bob,84924 1st Ave.,Boulder,and CO\n3,Cheryl,99376 Apple Pkwy. Apt. #1632,Los Angeles,and CA\n4,Dean,153 8th St. So.,Houston,and TX\n$\n```\n\nFor those on PowerShell, you can run it like this:\n\n```\nPS D:\\Projects\\oxfordcsv\u003e Get-Content .\\sample.csv | python.exe .\\oxfordcsv.py | Out-File oxford.csv\n```\n\nDo you want stricter adherence to the rules of the English language? The `-E` \nargument will cause extra spaces to be added:\n\n```\n$ python3 oxfordcsv.py -E \u003c sample.csv\nid, name, address, city, and state\n1, Alice, 213 Elk St., New York, and NY\n2, Bob, 84924 1st Ave., Boulder, and CO\n3, Cheryl, 99376 Apple Pkwy. Apt. #1632, Los Angeles, and CA\n4, Dean, 153 8th St. So., Houston, and TX\n```\n\n## License\n\n[MIT](https://github.com/rnelson/oxfordcsv/blob/master/LICENSE)\n\n\n\n[tweet]: https://twitter.com/zapjackson/status/530941076492648448\n[six]: https://six.readthedocs.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnelson%2Foxfordcsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frnelson%2Foxfordcsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnelson%2Foxfordcsv/lists"}