Reading a multiple line JSON with pyspark
I can't manage to read a JSON file in Python with pyspark because it has multiple records with each variable on a different line. Exemple : { "id" : "id001", "name" : "NAME001", "firstname" : "FIRSTNAME001" } { "id" :…