diff --git a/nulrdcscripts/ingest/ingest_data.py b/nulrdcscripts/ingest/ingest_data.py index e1db087..4910879 100644 --- a/nulrdcscripts/ingest/ingest_data.py +++ b/nulrdcscripts/ingest/ingest_data.py @@ -139,20 +139,20 @@ "role": "X", "label": "image", "file_builder": "_auxiliary_", - } + }, } # Contains header names used in the ingest sheet csv file. header_names = [ + "work_image", + "structure", + "role", "work_type", "work_accession_number", "file_accession_number", "filename", - "description", "label", - "role", - "work_image", - "structure", + "description", ] # Contains patterns to be identified in filenames and their corresponding meaning @@ -162,4 +162,4 @@ "part": "p(\d{2})", "region": "r(\d{2})", "capture": "c(\d{2})", -} \ No newline at end of file +}