Details
-
Bug
-
Status: Done
-
Minor
-
Resolution: Fixed
-
None
-
- Create a test connection and data source with the attached json, XMLMultilevel_Nested_Input_NullArray.json
- Create a pipeline, illustrated by the XMLNested_NullNode.png.
- Check the output of the Parser.
-
All
-
Small
Description
Description
[TCK][Parser] Unable to parse the multi-level nested XML if a null node is included, an exception is illustrated in the test_nested_xml_null.log:
org.apache.beam.sdk.util.UserCodeException: org.talend.sdk.component.api.exception.ComponentException: (java.lang.NullPointerException) XML Parsing failed: null
Issue come from null nodes like:
<points/>
Technical choice:
Fill the value with "null"