url 处的 IMPORTXML Google 资源

IMPORTXML Google resource at url

我想从我们的供应商之一导入 XML 提要,但 Google 工作表在 url 内容超出最大大小处给出错误资源。有没有脚本来规避这个问题?我检查了几个线程,但没有看到 solution.This 是 xml feed

提要每天自动刷新两次。有没有办法每天两次提取新数据?

尝试:

const IMPORTALL = url => Utilities.parseCsv(UrlFetchApp.fetch(url).getContentText());

=IMPORTALL("https://www.pfconcept.com/portal/datafeed/stockfeed_9019cb0e_1bfc_b786_e511_cb8235772846_v2.1.xml")