forked from D-Net/dnet-hadoop
[SDG-FOS] to import SDG file not considering the header
This commit is contained in:
parent
639190370a
commit
b7e450070b
|
@ -69,6 +69,8 @@ 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