diff --git a/vars/uploadDraftset.groovy b/vars/uploadDraftset.groovy index 2963263..9694f56 100644 --- a/vars/uploadDraftset.groovy +++ b/vars/uploadDraftset.groovy @@ -24,7 +24,7 @@ echo "Uploading ${csv}" runPipeline("${PIPELINE}/ons-table2qb.core/data-cube/import", newJobDraft.id, credentials, [[name: 'observations-csv', - file: [name: csv, type: 'text/csv']], + file: [name: csv, type: 'text/csv;charset=UTF-8']], [name: 'dataset-name', value: datasetLabel]]) } }