SaM Data Update

This commit is contained in:
Patrick
2024-02-13 11:27:00 +01:00
parent 6aa7b0880b
commit 6b70b3eb1c
16 changed files with 1312 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ def create_output(path):
for row in reader:
data.append((row[0].strip(), row[1].strip(), schule, record_id, mail_quota, ox_quota, ox_context))
csv_file_path = '../Data/output.csv'
csv_file_path = '../Data/Test/output.csv'
with open(csv_file_path, 'w', newline='', encoding='utf-8') as csvfile:
csv_writer = csv.writer(csvfile, delimiter=';')
@@ -32,7 +32,7 @@ def create_output(path):
if __name__ == "__main__":
create_output('../Data/test_new.csv')
create_output('../Data/Test/test_new.csv')
# TODO Leerzeilen löschen
# TODO Klassenname umformatieren - HL070**** Nummer einfügen