·3 min read
How to Convert CSV to Markdown Table
Input Example (CSV)
Name,Type,Required
id,string,yes
title,string,no
createdAt,Date,yes
Output (Markdown)
| Name | Type | Required |
|-----------|--------|----------|
| id | string | yes |
| title | string | no |
| createdAt | Date | yes |
How to Paste from Excel
- 1Select the cell range you want to convert in Excel
- 2Press Ctrl+C (Cmd+C on Mac) to copy
- 3Open the CSV to Markdown tool below
- 4Paste the content into the input box (Ctrl+V)
- 5The tool automatically detects the tab separator and converts to Markdown