Advertisement
stungyep

sss

May 9th, 2023
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.16 KB | Source Code | 0 0
  1. sparkSession
  2.     .read
  3.     .format("csv")
  4.     .option("header", "true")
  5.     .option("escape", "\"")
  6.     .option("inferSchema", "true")
  7.     .load(pathList:_*)
Tags: SSS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement