【问题标题】:Downloading the Azure Blob Container using R for specific dates在特定日期使用 R 下载 Azure Blob 容器
【发布时间】:2018-12-23 14:29:42
【问题描述】:

我想使用 R 下载特定日期的所有文件夹 JSON 和子文件夹 JSON。

所遵循的文件夹结构是: 年/月/日/时/分/xxxxxx.json

我有用于访问 Azure BLOB 容器的 SAS url。

【问题讨论】:

    标签: python r json azure azure-blob-storage


    【解决方案1】:

    我得到了同样的解决方案。 Azure 存储服务有 api_url。我们可以点击带有目录前缀的 URL。 GET 将返回一个 XML。我们可以解析 XML 以获取 URL 列表。 URL 是 .json 文件的路径。

    参考:https://docs.microsoft.com/en-us/rest/api/storageservices/enumerating-blob-resources#ContainerList

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-04-24
      • 2018-04-13
      • 2020-10-13
      • 1970-01-01
      • 2021-03-25
      • 2016-09-19
      • 2016-09-01
      • 2018-01-09
      相关资源
      最近更新 更多