Update XmlParserWithJson.scala

This commit is contained in:
or 2019-09-05 12:42:03 +08:00 committed by GitHub
parent ba87ee0274
commit bcb919f897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class XmlParserWithJson extends ConfigurableStop {
}
def setProperties(map : Map[String, Any]) = {
xmlColumn = MapUtil.get(map,"xmlpath").asInstanceOf[String]
xmlColumn = MapUtil.get(map,"xmlColumn").asInstanceOf[String]
}
override def getPropertyDescriptor(): List[PropertyDescriptor] = {