I have the following case class.
case class STUDENT(studentName:String,marks:Array[String],gender:String,mobileNumber:Option[String])
and i h