SaM Data Update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user