Latest version

This commit is contained in:
Martin Bauer
2024-05-03 20:50:49 +02:00
parent a8b5c425a9
commit 62450e8dde
62 changed files with 42840 additions and 81367 deletions

View File

@@ -22,7 +22,7 @@ def extent(result_dict, input_dict):
def import_ets5_csv_file(csv_file):
result = dict()
with open(csv_file, encoding='utf-8') as f:
with open(csv_file, encoding='cp1252') as f:
for line in f:
splitted_line = line.split(",")
name = splitted_line[0].replace('"', "")