Table to Markdown

Table (csv, tsv, excel) to Markdown Converter

Try it in the Widget Center

Click this url to try this widget and copy the Pro Config template.

Usage

This widget is used to convert table file (csv, tsv, excel) to markdown string, which can be directly rendered in the message for better visualization of the data.

Input Parameters

Name
Type
Description
Default
Required

document

string

Provide your input csv (.csv).

format_from

string

The format of the source table.

csv

Output Parameters

Name
Type
Description
File Type

markdown_string

string

The converted result in markdown string

Output Example

{
  "markdown_string": "| name   |   age |\n|:-------|------:|\n| Harry  |    18 |\n| Ginny  |    17 |"
}

Last updated