Hi All
I have a XML file with 100 records, in one of the record the xml node is missing as the value is not available in system
The xml path is like this
/Envelope/Body/response/table/row/description/text
in other record the path is until here`
/Envelope/Body/response/table/row/description
The node is missing as there is no value
How can we define the XPATH for such situation
xpath => [
"/Envelope/Body/response/table/row/description/text()","description",
]