可以使用 SAS 数据集作为 SSIS 数据源吗?
我们有一些 ETL 进程读取 SAS 程序输出的 CSV 文件。我正在升级这些 ETL 之一,想知道是否可以使用 SSIS 直接从 SAS 数据集读取。
有人成功做到这一点吗?
We have a some ETL processes that read CSV files that are output from SAS programs. I'm in the process of upgrading one of these ETLs and was wondering if I could use SSIS to read directly from the SAS dataset.
Has anybody done this successfully?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请参阅此处
“您可以使用 SAS Local Data Provider(可以单独下载并作为 SAS for Windows 安装的一部分)。”
See here
"You can use SAS Local Data Provider (can be downloaded separately and comes as part of SAS for Windows installation). "
最近,我从 SAS 环境中移动了数据:
Recently I've moved data from
SAS
environment:为了加载 SAS XPT 或 SAS7BDAT 数据文件,而无需通过 OBDC 连接到 SAS 实例,我们使用以下
有可用的 SAS 数据源 SSIS 扩展 http://www.cozyroc.com 提供 SAS 数据连接,但它们在哪里超出我们的价格范围
For loading SAS XPT or SAS7BDAT data files without having an instance of SAS to connect to via OBDC we used the following
There are SAS datasource SSIS extension available http://www.cozyroc.com offer a SAS Data connection, but they where outside our price range