{"id":18153779,"url":"https://github.com/dlesbre/csv2mdtable","last_synced_at":"2026-04-29T01:34:03.925Z","repository":{"id":67652688,"uuid":"330708550","full_name":"dlesbre/csv2mdtable","owner":"dlesbre","description":"Simple C++ program to transform csv files into pretty markdown tables","archived":false,"fork":false,"pushed_at":"2021-01-18T16:23:48.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-11T01:41:51.109Z","etag":null,"topics":["c-plus-plus","converter","csv","markdown"],"latest_commit_sha":null,"homepage":"","language":"C++","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/dlesbre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-01-18T15:28:04.000Z","updated_at":"2021-02-06T13:34:33.000Z","dependencies_parsed_at":"2023-02-22T21:31:06.357Z","dependency_job_id":null,"html_url":"https://github.com/dlesbre/csv2mdtable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dlesbre/csv2mdtable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlesbre%2Fcsv2mdtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlesbre%2Fcsv2mdtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlesbre%2Fcsv2mdtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlesbre%2Fcsv2mdtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlesbre","download_url":"https://codeload.github.com/dlesbre/csv2mdtable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlesbre%2Fcsv2mdtable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["c-plus-plus","converter","csv","markdown"],"created_at":"2024-11-02T03:08:05.370Z","updated_at":"2026-04-29T01:34:03.907Z","avatar_url":"https://github.com/dlesbre.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csv2mdtable\n\nSimple C++ console program to transform csv files into pretty markdown tables.\n\nSimple example:\n```\ncol 1,col 2,col 3,col 4        |col 1|col 2|col 3|col 4|\n5,6,7,8                   -\u003e   |-----|-----|-----|-----|\n9,10,11,12                     |5    |6    |7    |8    |\n                               |9    |10   |11   |12   |\n```\nWhich renders as\n\n|col 1|col 2|col 3|col 4|\n|-----|-----|-----|-----|\n|5    |6    |7    |8    |\n|9    |10   |11   |12   |\n\n\n\n## Installation\n\n1. Download or clone this repository\n2. Run `make` (or `cmake` directly)\n3. Place the executable `csv2mdtable` anywhere on your path\n\n## Usage\n\nCommand line arguments:\n\n- `-i \u003cfile\u003e` input file in csv format. Read standard input if absent\n- `-o \u003cfile\u003e` output file. Print to standard output if absent\n- `-a \u003cstr\u003e` column alignement (string of `'l'`, `'c'`, `'r'`, `'_'`) specifying if each column is left aligned, centered, right aligned or unspecified.\n- `-c \u003cchar\u003e` column separation character, attempts to autodetermine if absent.\n  Autodetermine chooses between these characters `'\\t'`, `','`, `';'`, `'.'`, `' '`. \n- `-l \u003cchar\u003e` line separation character, default is `\\n`\n- `-no-pad` don't autopad columns to have same width\n- `-no-pipes` don't place external pipes (leftmost and rightmost)\n- `-h --help` show help\n- `-v --version` show version number\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlesbre%2Fcsv2mdtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlesbre%2Fcsv2mdtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlesbre%2Fcsv2mdtable/lists"}