I am unable to read json files from dbfs
which is getting corrupted dataframe.
I have tried
dfx = spark.read.option("multiline","true").json("/FileStore/tables/vv.json")
dfx = spark.read.option("multiline", "true").json("/FileStore/tables/vv.json")
output
dfx:pyspark.sql.dataframe.DataFrame = [_corrupt_record: string]