importxml更改为刮擦的数据

发布于 2025-01-27 20:45:42 字数 118 浏览 3 评论 0原文

我在

客户现在已经更改了URL,因此在截止日期结束时也是截止时间,例如23:55小时。 有没有办法调整此工作表上的ImportXML公式,以便它仅刮擦特定的截止日期并在其之后忽略任何内容?

谢谢

I had alot of help on here on making this sheet which scrapes the end date from my clients URLs so we can keep track of when the roles are closing.

The client has now changed the URL so that on the end of the closing date is also the closing time, for example 23:55 hours.
Is there a way to adjust the Importxml formula on this sheet so that it only scrapes the specific closing date and ignores anything after it?

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冬天旳寂寞 2025-02-03 20:45:42

尝试:

=TO_DATE(REGEXREPLACE(REGEXEXTRACT(QUERY(QUERY(FLATTEN(
 IMPORTXML(B2, "//*")),
 "where lower(Col1) starts with 'closing date'"),,9^9), 
 "(\d+.. .{3,9} \d{4})"), "rd|st|th", )*1)

try:

=TO_DATE(REGEXREPLACE(REGEXEXTRACT(QUERY(QUERY(FLATTEN(
 IMPORTXML(B2, "//*")),
 "where lower(Col1) starts with 'closing date'"),,9^9), 
 "(\d+.. .{3,9} \d{4})"), "rd|st|th", )*1)

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文