Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google sheets 在Google Sheets中从Etsy站点导入XML_Google Sheets_Google Sheets Importxml - Fatal编程技术网

Google sheets 在Google Sheets中从Etsy站点导入XML

Google sheets 在Google Sheets中从Etsy站点导入XML,google-sheets,google-sheets-importxml,Google Sheets,Google Sheets Importxml,我想用importxml从这个链接中提取销售信息 我的公式是: substitute(substitute(to_text(index(IMPORTXML(strong textLINK;"//div['before-sticky-nav']//div['trust-signals col-group content no-banner']//div['show-lg show-xl show-tv shop-info col-lg-7 pl-lg-3']//p['trust-signa

我想用importxml从这个链接中提取销售信息

我的公式是:

substitute(substitute(to_text(index(IMPORTXML(strong textLINK;"//div['before-sticky-nav']//div['trust-signals col-group content   no-banner']//div['show-lg show-xl show-tv shop-info col-lg-7 pl-lg-3']//p['trust-signal-row text-gray-lighter']/span[3]");1));" Sales";"");" Sale";"")
这个公式已经运行了一个月,昨天它没有运行。我尝试了许多xpath的变体,但仍然没有成功。 有什么想法吗

=VALUE(REGEXREPLACE(REGEXEXTRACT(QUERY({ARRAY_CONSTRAIN(IMPORTDATA(
 "https://www.etsy.com/shop/1000Lightyear"), 4000, 1)},
 "WHERE Col1 CONTAINS 'mr-xs-2 pr-xs-2 br-xs-1"">'"), 
 "\>([0-9 A-Za-z]+)\<"),
 " Sales| Sale", ""))