In Pyspark 2 loading file wtih any delimiter into Dataframe is pretty straightforward spark.read.csv(file, schema=, sep='|')
Is there something similar in Spark 2 in Scala! spark.read.csv(path, sep='|')?
In Pyspark 2 loading file wtih any delimiter into Dataframe is pretty straightforward spark.read.csv(file, schema=, sep='|')
Is there something similar in Spark 2 in Scala! spark.read.csv(path, sep='|')?