Feb 25
Posted by lfox
For all the linux salesforce.com users, here’s how you can use data loader on a linux.
First download the hacked version of the data loader that was made by Bluewolf’s own, David Lin
Then follow these directions:
- Extract the files to a location of your choice (an ApexDataLoader_12 subdirectory already exists) ie. tar xvzf ApexDataLoader12.tar.gz
- In the root of the extracted directory make executable the script that I wrote to call run the jar with the necessary java parameters
ie. chmod a+x dataloader - Set your JAVA_HOME variable
- Run the script(from the directory) and migrate data ie. ./dataloader
Enjoy!
August 20th, 2009 at 10:24 am
Couple of questions. Why do you need a hacked version as opposed to using the jar as is? Also, has anyone looked at doing this with version 14 with success?
September 3rd, 2009 at 9:36 am
An OSX version of the dataloader can be found here http://www.pocketsoap.com/weblog/2009/07/1841.html