Reputation: 313
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?
Upvotes: 3
Views: 10388
Reputation: 361
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
Upvotes: 0
Reputation: 1
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.
Upvotes: 0
Reputation: 79
www.dataloader.io is the way to go now; it's web-based an unbiased to your OS.
Upvotes: 0
Reputation: 612
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.
Upvotes: 0
Reputation: 19637
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!
Upvotes: 6