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='|')?

Reply via email to