Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
hbensaid
Contributor III
Contributor III

Empty retourne from TextractXmlField

Hi,

Can you please help to solve this issue:

I'm sending one getBank WS correctly, but when i'm tryinng to extract specific field i got empty result:

[statistics] connecting to socket on port 3368
[statistics] connected
|||
[statistics] disconnected

0683p000009LypY.png0683p000009Lypi.png

the WS result when i use tlogRow without tExtractXmlField:

 

<ns1:details xmlns:ns1="http://thomas-bayer.com/blz/">
<ns1:bezeichnung>Sparkasse KölnBonn</ns1:bezeichnung>
<ns1:bic>COLSDE33XXX</ns1:bic>
<ns10683p000009MA5A.pngrt>Köln</ns10683p000009MA5A.pngrt>
<ns10683p000009MAB6.pnglz>50667</ns10683p000009MAB6.pnglz>
</ns1:details>

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

You shouldn't need the  "." in your loop XPath. Just use "/details". You will also need to use the "Ignore namespace" option in the advanced settings tab. You may need to tweak your column XPaths, but you will be on the right path.

View solution in original post

2 Replies
Anonymous
Not applicable

You shouldn't need the  "." in your loop XPath. Just use "/details". You will also need to use the "Ignore namespace" option in the advanced settings tab. You may need to tweak your column XPaths, but you will be on the right path.

hbensaid
Contributor III
Contributor III
Author

Thank very much rhall, it's ok now the "Ignore namespace" option it's what i missed.