Vishnu Viswanathan

Results 1 issues of Vishnu Viswanathan

code part: val path="C:\\projects\\test\\Training_2\\person.txt".trim val fileContents = scala.io.Source.fromFile(path).getLines.mkString //Json.parse(fileContents) val x= SchemaConverter.convertContent(fileContents) ------------------------------------------------ Exception in thread "main" java.lang.IllegalArgumentException: No in schema at at org.zalando.spark.jsonschema.SchemaConverter$.getJsonType(SchemaConverter.scala:114) at org.zalando.spark.jsonschema.SchemaConverter$.convert(SchemaConverter.scala:67) at org.zalando.spark.jsonschema.SchemaConverter$.convertContent(SchemaConverter.scala:60) input json...