SDG - FOS #181

Merged
miriam.baglioni merged 4 commits from SDG into beta 2022-01-07 11:31:20 +01:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit adccc2346a - Show all commits

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);