{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.060Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"csv-to-json","name":"CSV to JSON","url":"https://toolsly.tools/csv-to-json"},{"slug":"csv-to-yaml","name":"CSV to YAML","url":"https://toolsly.tools/csv-to-yaml"},{"slug":"csv-to-html","name":"CSV to HTML Table","url":"https://toolsly.tools/csv-to-html"},{"slug":"csv-to-tsv","name":"CSV to TSV","url":"https://toolsly.tools/csv-to-tsv"},{"slug":"csv-to-xml","name":"CSV to XML","url":"https://toolsly.tools/csv-to-xml"},{"slug":"csv-to-xlsx","name":"CSV to XLSX","url":"https://toolsly.tools/csv-to-xlsx"},{"slug":"html-to-md","name":"HTML to Markdown","url":"https://toolsly.tools/html-to-md"},{"slug":"txt-to-md","name":"Text to Markdown","url":"https://toolsly.tools/txt-to-md"}],"kind":"converter","slug":"csv-to-markdown","name":"CSV to Markdown Table","description":"Convert a CSV spreadsheet into a GitHub-flavored Markdown table — free online, no upload.","longDescription":"Drop in a .csv file (or paste the data) and download a `.md` document containing a GitHub-style table with `| col | col |` syntax and the `| --- |` separator row. Pick column alignment (left / center / right). With the header option on (default), the first row becomes the table header; with it off, generic `col1`, `col2`, ... headers are generated so the output is still a valid Markdown table. Conversion runs entirely in your browser.","category":"document","categoryName":"Document","keywords":["csv to markdown","csv to md","csv to markdown table","convert csv to markdown","csv to markdown converter","csv to markdown online","csv to markdown free","csv to github table","csv to md table","spreadsheet to markdown","csv markdown converter","online csv to markdown"],"url":"https://toolsly.tools/csv-to-markdown","runsOn":"client","multiple":false,"batch":false,"input":{"type":"file","extensions":[".csv",".tsv"],"mimeTypes":["text/csv","text/tab-separated-values","text/plain",""]},"output":{"type":"file","extension":".md","mimeType":"text/markdown"},"options":[{"type":"boolean","key":"header","label":"First row is a header","defaultValue":true},{"type":"select","key":"alignment","label":"Column alignment","defaultValue":"left","choices":[{"value":"left","label":"Left"},{"value":"center","label":"Center"},{"value":"right","label":"Right"}]}],"invocation":{"webUi":"https://toolsly.tools/csv-to-markdown","api":null,"notes":"Currently runs client-side in the user's browser. Drop a file on the UI at `webUi` and download the converted result. A remote MCP/REST API is planned."}}