This extension creates a Markdown table from a sequence of lines in the comma delimited value (CSV) or tab delimited value (TSV) format.
It can also convert a Markdown table to CSV format.
The core functionality of this extension utilizes the CsvToMarkdownTable project. The source code therein was modified to work cleanly with VS Code.
Currently the conversion can be made using either CSV or TSV.
- To convert from CSV to a Markdown table type
CSV to Markdown table
in the command pallet. - To convert from TSV to a Markdown table type
TSV to Markdown table
in the command pallet.
Tip: If the desired data to convert is part of a document, select the text to be converted then execute the conversion command.
To convert Markdown to CSV, type Markdown table to CSV
in the command pallet.
Currently there are no configurable settings.
In the Extensions pane (ctrl
+ shift
+ X
) search for markdownfromcsv