Convert a CSV file into a Markdown table.
To install the program, follow these steps:
- Download the file
csv2md.zip
from the releases section. - Unzip the file into a non-temporary directory of your choice.
- (Optional) Create a shortcut for
csv2md.exe
and move it to your desktop for easy access. - Run
csv2md.exe
.
Follow this quick guide to understand how the program works.
- Windows OS
If you want to know, how the program works, follow this quick guide.
- Launch
csv2md.exe
. - The program will prompt you to select a compatible CSV file.
- Once selected, the program will convert the CSV data into Markdown table format and copy it to your clipboard.
Simply paste the copied text into your .md
file.
- Open Confluence and create a new page.
- Press
ctrl
+shift
+d
to open the markup window. - Paste the copied text into the markup window to create the table.
Example data.csv
file:
Name,Age,City
Alice,30,New York
Bob,25,Los Angeles
Charlie,35,Chicago
After running the program and pasting, you should get:
Name | Age | City |
---|---|---|
Alice | 30 | New York |
Bob | 25 | Los Angeles |
Charlie | 35 | Chicago |
This project is licensed under the MIT License. See the LICENSE file for details.