Update README.md

This commit is contained in:
2026-01-31 12:23:14 +01:00
parent 2b12fe99d5
commit 54e3c98bf4
+8
View File
@@ -110,6 +110,14 @@ sudo apt install sqlitebrowser
![DB Browser for SQLite](db2.png)
![DB Browser for SQLite](db3.png)
**Cloud-Tabelle von Markdown nach CSV konvertieren (mdtable2csv)**
```
git clone https://github.com/tomroy/mdtable2csv.git
cd mdtable2csv/
python3 -m venv venv
venv/bin/pip install -r requirements.txt
venv/bin/python3 mdtable2csv Tickets.md # Datei aus Cloud
```
**Bestehende Tabelle mit neuem Inhalt aus CSV Datei überschreiben:**
![DB Browser for SQLite](db4.png)