From c1ab09557eb5e4ae7b21b424017fb44180473e86 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Thu, 19 Mar 2026 16:32:25 +0100 Subject: remove ods, csv - just crawl --- csv2json.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 csv2json.py (limited to 'csv2json.py') diff --git a/csv2json.py b/csv2json.py deleted file mode 100644 index 20c264d..0000000 --- a/csv2json.py +++ /dev/null @@ -1,9 +0,0 @@ -import csv -import json - -csvfile = open('kurse.csv', 'r') -jsonfile = open('kurse.json', 'w') - -reader = csv.DictReader( csvfile) -out = json.dumps( [ row for row in reader ] ) -jsonfile.write(out) \ No newline at end of file -- cgit v1.2.3