Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
: com.oaklandsw.transform.runtime.Trace - line 15 null out$/Root emit: ''
Exception in component tHMap_1
java.lang.Exception: Overall: Fatal
1: Info - Executing map. (328)
Map: /MARKETPLACE/Maps/Jobs/test/testEscapeProblem Properties: {}
2: Fatal - An element appeared in a JSON document that was not present in the structure. If this element is a JSON value, consider selecting the Name is Value element property. (1401)
Enclosing Element : Map: Maps/Jobs/test/testEscapeProblem.xml - Map Element: in$/Root
somethingelse
3: Fatal - There was a problem with a Source using an I/O expression. The details are in the status item before this one. (344)
I/O - IO Reader: Map Element: <root> <Unknown function> Rep: JSON id: 0x6d3a388c URL: <map/struct source>
{
"element": "value"
}
{
"element": "val1",
"somethingelse": "val2"
}
{
"element": "val1",
"somethingelse": "val2"
}
I'm facing a similar issue with tHMap and my json file, i.e. the json file sometimes has extra fields that I don't care about.
I'm getting the same message:
Warning - An element appeared in a JSON document that was not present in the structure. If this element is a JSON value, consider selecting the Name is Value element property. (1401)
Anyone have any ideas on how to resolve?