I have some problem to use importXML function in my spreadsheet. I used function 'importxml' and it was worked! Also, it stacked data well (with GA). But some day, a function error appeared #n/a(error import content is empty). I have no clue why this error happens.
Sample Url: http://www.yes24.com/searchcorner/Search?query=9788998599362 (for reference, it's a Korean website)
Xpath
//p[contains(@class,'goods_rating')]/text()[1]
I change Xpath to '*' and parsing head tag inside text and it's working! I think the web site doesn't block the google spreadsheet function.
But with no reason(or any clue) importxml cannot parse body tag inside text anymore. It just prints #n/a error.
I also checked with Chrome Xpath helper to Xpath Syntax. It could track the text, there seems no problem.
How can I fix this problem?
P.S:red box is Xpath target