Linux 环境下的 Apex Data Loader?
根据需求,我们需要在Linux环境下将数据加载到Salesforce.com。在 Windows 中,Apex 数据加载器可以很好地加载数据。 Apex 数据加载器是用 Java 编写的,因此它应该可以在 Linux 上运行。我们如何在 Linux 中运行 Apex 数据加载器,或者是否有其他用于 Linux 数据加载的应用程序?
According to a requirement, we have to do data loading to Salesforce.com in Linux environment. In Windows, the Apex data loader works fine for data loading.
Apex data loader is written in Java so it should work in Linux. How can we run the Apex data loader in Linux or is there any alternative application for data loading for linux?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我的印象是 Data Loader 的核心是一个 JAR 文件,因此如果您的服务器运行 Java,您可以很容易地放弃为 Windows 编写的应用程序的 GUI?
祝你好运!
I was under impression that core of Data Loader is a JAR file so if your server is running Java you could fairly easily discard the GUI of application written for Windows?
Good luck!
以下几篇文章可能会帮助其他未以标准方式使用 Apex Data Loader 的人:
一个是关于在 Mac 上运行,另一个是关于使用 Ant 运行。
Here are a couple of posts that might help others not using the Apex Data Loader in the standard way:
One is about running on the Mac and the other is about running using Ant.
www.dataloader.io 是现在的必经之路;它是基于网络的,对您的操作系统没有偏见。
www.dataloader.io is the way to go now; it's web-based an unbiased to your OS.
好吧,dataloader 是一个 Java 应用程序,因此对于任何可以拥有 Java 运行时的操作系统来说,它都是相当有偏见的。我一直在使用 Gui 开发 Ubuntu 系统。
Well, dataloader is a Java app so it is quite biased do any OS that can has a Java runtime. I have been working on an Ubuntu system using Gui.
11 年后,仍然没有正式的 Linux 版本,但你需要的一切都在那里。这就是为什么我创建了一个小型 Github 项目,该项目自动从原始源构建适用于 Debian/Ubuntu(deb 文件)的最新 Dataloaders 版本。
您可以在这里找到它: https://github.com/SoftCreatR/dataloader-for-linux< /a>
11 years later, there's still no official Linux build, but everything you need is there. That's why I've created a small Github project, that automatically builds the latest Dataloaders versions for Debian/Ubuntu (deb files) from the original sources.
You can find it here: https://github.com/SoftCreatR/dataloader-for-linux