I have a schema for json data defined as
val gpsSchema: StructType = StructType(Array( StructField("Name",StringType,true), StructField(&