Hi, I am working on parsing the json in spark but most of the information available online states that I need to have entire JSON in single line.
In my case, Json file is delivered in complex structure and not in a single line. could anyone know how to process this in SPARK. I used Jackson jar to process json and was able to do it when it is present in single line. Any ideas? Thanks, Asmath