如何在Azure数据工厂读取.xlsb文件

发布于 2025-02-10 01:55:41 字数 137 浏览 1 评论 0原文

我连接到一个.xlsb文件所在的文件系统链接服务,我想创建一个带有该信息的CSV文件。

这个.xlsb文件有几张纸,我只需要一个。

是否可以读取.xlsb文件并在数据出厂数据集中选择我们想要的表格并复制数据活动?

谢谢

I'm connected to a File System Linked Service where the .xlsb file is and I want to create a CSV file with that information.

This .xlsb file has several sheets and I only need one.

Is it possible to read .xlsb files and select the sheet that we want in Data Factory dataset and copy data activity?

Thanks

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

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

发布评论

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

评论(1

戏剧牡丹亭 2025-02-17 01:55:41

似乎无法选择.xlsb文件作为Azure数据工厂中的源。

仅允许以下文档类型。

解决方法: -

您可以将.xlsb文件转换为Excel文件,Internet上有很多工具。

然后,您可以选择名称index工作表模式中,如下图所示。

用于参考 - https:/https:/ /learn.microsoft.com/en-us/azure/data-factory/format-excel

It seems it is not possible to select .xlsb file as source in Azure Data Factory.

Only the following document types are allowed.

enter image description here

Workaround:-

You can convert .xlsb file to excel file, there are lot of tools available on the Internet.

Then you can Select Name or Index in Worksheet mode as shown in below image.

enter image description here

For reference - https://learn.microsoft.com/en-us/azure/data-factory/format-excel

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