从 SQL 到 SPSS
我需要导出一些数据,然后必须以 SPSS 文件格式导出它们。
我已经发现我需要 SPSS SDK。我还发现我需要一个 I/O DLL 来创建和读取这些文件。
但我找不到他们。 有人可以给我直接链接吗,因为我似乎太笨了,找不到它。
请帮忙!
提前致谢
PS:我只需要创建一些 SPPS 文件,并且没有任何 SPSS 许可证。
编辑: 这是一个互联网上的Web应用程序,客户希望我们生成SPSS文件,这样他就可以下载它进行一些统计
I need to export some data and then I have to export them in a SPSS file format.
I've already found out that I need a SPSS SDK. I also have found out that i need a I/O DLL for creating and reading these files.
But I cannot find them.
Can anybody please send me the direct link, as it seems that I'm too dumb to find it.
Please help!
Thanks in advance
PS: I just need to create some SPPS files and I don't have any SPSS licence.
EDIT:
it'a an webapplication on the internet, and the client wants us to generate SPSS files, so he can download it make some statistics
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以从 SPSS 社区站点获取 SPSS I/O 材料:
www.ibm.com/developerworks/spssdevcentral。需要免费注册。
这些材料允许您使用 C、Basic 或其他语言构建可以读取或写入 SPSS sav 文件的应用程序。为许多平台提供了文档和库。
哈特哈,
乔恩·佩克
You can get the SPSS I/O materials from the SPSS Community site at
www.ibm.com/developerworks/spssdevcentral. Free registration required.
These materials allow you to build an application in C, Basic or other languages that can read or write SPSS sav files. Doc and libraries are provided for a bunch of platforms.
HTH,
Jon Peck
如果您的 SPSS 用户在您的组织中,他们可以使用 ODBC 连接到您的 SQL 源,然后您将不需要 SSIS 包。
If your SPSS user is in your organization, they can connect to your SQL source with ODBC and then you won't need your SSIS package.