Hi to all, is there any out-of-the-box option to read multiline JSON or XML like in Spark? It would be awesome to have something like
spark.read .option("multiline", true) .json("/path/to/user.json")
Best,
Flavio
Hi to all, is there any out-of-the-box option to read multiline JSON or XML like in Spark? It would be awesome to have something like
spark.read .option("multiline", true) .json("/path/to/user.json")
Best,
Flavio