Skip to content

Basic standalone program to convert a CSV file into a Markdown table. Python based.

License

Notifications You must be signed in to change notification settings

muederotter/csv2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv2md

Convert a CSV file into a Markdown table.

Installation

To install the program, follow these steps:

  1. Download the file csv2md.zip from the releases section.
  2. Unzip the file into a non-temporary directory of your choice.
  3. (Optional) Create a shortcut for csv2md.exe and move it to your desktop for easy access.
  4. Run csv2md.exe.

Prerequisites

Follow this quick guide to understand how the program works.

  • Windows OS

Using the program

If you want to know, how the program works, follow this quick guide.

Running the Program

  1. Launch csv2md.exe.
  2. The program will prompt you to select a compatible CSV file.
  3. Once selected, the program will convert the CSV data into Markdown table format and copy it to your clipboard.

Create the table in Markdown

.md

Simply paste the copied text into your .md file.

Confluence

  1. Open Confluence and create a new page.
  2. Press ctrl+shift+d to open the markup window.
  3. Paste the copied text into the markup window to create the table.

Example

Input CSV

Example data.csv file:

Name,Age,City
Alice,30,New York
Bob,25,Los Angeles
Charlie,35,Chicago

Output Markdown

After running the program and pasting, you should get:

Name Age City
Alice 30 New York
Bob 25 Los Angeles
Charlie 35 Chicago

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Basic standalone program to convert a CSV file into a Markdown table. Python based.

Topics

Resources

License

Stars

Watchers

Forks

Languages