Update XmlParserWithJson.scala
This commit is contained in:
parent
ba87ee0274
commit
bcb919f897
|
@ -37,7 +37,7 @@ class XmlParserWithJson extends ConfigurableStop {
|
||||||
}
|
}
|
||||||
|
|
||||||
def setProperties(map : Map[String, Any]) = {
|
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] = {
|
override def getPropertyDescriptor(): List[PropertyDescriptor] = {
|
||||||
|
|
Loading…
Reference in New Issue