[SDG-FOS] to lower case for the doi

This commit is contained in:
Miriam Baglioni 2022-01-07 11:28:50 +01:00
parent 4c60ee1718
commit adccc2346a
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ public class GetSDGSparkJob implements Serializable {
.read()
.format("csv")
.option("sep", delimiter)
.option("inferSchema", "true")
.option("header", "true")
.option("quotes", "\"")
.load(sourcePath);