xml - IMPORTXML: is this xpath_query correct? -


i'd know if following formula correct?

=importxml("http://publications.elia.be/publications/publications/imbalancenrvprice.v1.svc/getimbalancenrvprices?day=2014-04-14","//pneg")

it gives error #n/a googling teaches me importxml fickle thing. should import list of 24 values, starting 57.48, since error want sure problem caused function , not xpath_query being wrong, because first time tried this.

this works:

=transpose(regexextract(importdata("http://publications.elia.be/publications/publications/imbalancenrvprice.v1.svc/getimbalancenrvprices?day=2014-04-14"),rept("<pneg>(.*)<\/pneg>.*",96))) 

Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -