I know that at least the Table API <https://ci.apache.org/projects/flink/flink-docs-release-1.9/dev/table/connect.html#csv-format> can read json, but I don't know how well this translates into other APIs.

On 29/11/2019 12:09, Flavio Pompermaier wrote:
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


Reply via email to