forked from D-Net/dnet-hadoop
[SDG-FOS] to lower case for the doi
This commit is contained in:
parent
4c60ee1718
commit
adccc2346a
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue