Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 3.03 KB

README.md

File metadata and controls

92 lines (63 loc) · 3.03 KB

Dataloader For Linux

An easy to use graphical tool for Linux that helps you to get your data into Salesforce objects

image

Build Prerequisites

  • Debian/Ubuntu based OS
  • JDK (e.g. openjdk-11)
  • Maven

Build

  1. Clone repo:
git clone https://github.com/SoftCreatR/dataloader-for-linux && cd dataloader-for-linux
  1. Build
./build.sh

Append --stable to build the stable release.

Install (stable)

  1. Download the latest version
wget https://github.com/SoftCreatR/dataloader-for-linux/raw/main/release/stable/apex-dataloader-56.0.6-1667494316-b7e1b77.deb
  1. Install package
sudo dpkg -i apex-dataloader-56.0.6-1667494316-b7e1b77.deb

Install (nightly)

  1. Download the latest version
wget https://github.com/SoftCreatR/dataloader-for-linux/raw/main/release/nightly/apex-dataloader-56.0.6-1670803719-95ed3ed.deb
  1. Install package
sudo dpkg -i apex-dataloader-56.0.6-1670803719-95ed3ed.deb

Use

Successful installation provides you 3 binaries:

Additional system requirements for Data Loader

  • At least 120 MB of free disk space
  • At least 256 MB of available memory (RAM)
  • Java Runtime Environment (JRE) version 11 or later such as openjdk-11-jre

Troubleshooting

Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load SWT library.

While SWT is shipped with dataloader, it is possible that your OS is looking for another version of it's libraries. In this case, you may just install it system-wide:

sudo apt install libswt-gtk-4-java

3rd party licenses included in Data Loader