{"id":34220909,"url":"https://github.com/digitorus/md2csv","last_synced_at":"2026-04-18T16:39:06.072Z","repository":{"id":57624617,"uuid":"156231415","full_name":"digitorus/md2csv","owner":"digitorus","description":"Converts a Markdown document into a CSV file according to the index","archived":false,"fork":false,"pushed_at":"2020-02-22T21:12:00.000Z","size":6,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-19T03:52:46.015Z","etag":null,"topics":["checklist","csv","markdown"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/digitorus.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}},"created_at":"2018-11-05T14:31:54.000Z","updated_at":"2025-08-13T07:41:21.000Z","dependencies_parsed_at":"2022-08-26T22:21:54.721Z","dependency_job_id":null,"html_url":"https://github.com/digitorus/md2csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/digitorus/md2csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitorus%2Fmd2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitorus%2Fmd2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitorus%2Fmd2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitorus%2Fmd2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitorus","download_url":"https://codeload.github.com/digitorus/md2csv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitorus%2Fmd2csv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: 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":["checklist","csv","markdown"],"created_at":"2025-12-15T23:04:39.802Z","updated_at":"2026-04-18T16:39:06.060Z","avatar_url":"https://github.com/digitorus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# md2csv\n\nConverts a Markdown document into a CSV file based on the document index, ignoring common sections such as the `Introduction`, `Definitions`, `Acknowledgements`, etc.\n\nThis application was written with the intention to create a quick compliance check list from requirements written in markdown such as the [CA/Browser Forum Documents](https://github.com/cabforum/documents) and the [Mozilla PKI Policy](https://github.com/mozilla/pkipolicy/).\n\n## Install\n```bash\ngo install github.com/digitorus/md2csv\n```\n\n## Usage\n```bash\nmd2csv {url|filename}\nmd2csv {url|filename} {url|filename} {url|filename} ...\n\nmd2csv document.md\nmd2csv https://raw.githubusercontent.com/mozilla/pkipolicy/master/rootstore/policy.md\nmd2csv https://raw.githubusercontent.com/mozilla/pkipolicy/master/rootstore/policy.md document.md\nmd2csv https://raw.githubusercontent.com/cabforum/documents/master/docs/BR.md\nmd2csv https://raw.githubusercontent.com/cabforum/documents/master/docs/BR.md https://raw.githubusercontent.com/cabforum/documents/master/docs/EVG.md\n```\n\nUsing [pdf2md](http://pdf2md.morethan.io/) you can convert a PDF document to Markdown so that you can use it with `md2csv`. \n\n## Using Docker\n```bash\ndocker run -ti digitorus/md2csv sh\n```\nAfter this you can use the `md2csv` command from above.\n\n## Reconnect Docker image\n```bash\ndocker ps -a\ndocker start {container id}\ndocker attach {container id}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitorus%2Fmd2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitorus%2Fmd2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitorus%2Fmd2csv/lists"}