The Data Loader is a client application for the bulk import or export of data. Use it to insert, update, delete, or export Salesforce records. When importing data, Data Loader reads, extracts, and loads data from comma-separated values (CSV) files or from a database connection. When exporting data, it outputs CSV files.
Installation
The first step in the Data Loader installation is installing Java Runtime Environment (JRE) version 11 -Zulu OpenJDK version 11.
To begin the install:
From this link click Download under Builds of OPENJDK or scroll down to Download Azul Zulu Builds of OpenJDK.
For Java Version, select Java 19 (STS) or whatever the most recent Java is available.
For Operating System, select Windows.
For Architecture, select x86 64-bit
For Java Package, select JDK.


Installing Azul JDK:
Click to download the .msi file. Double click the downloaded .msi file.
Click Run on the Open File – Security warning pop up screen.
The Azul Zulu JDK 64-bit Setup window will pop up, click Next.
Do not make any changes, click Next.

4. Click Install to begin the installation. Click finish when completed.
Now that Azul Zulu JDK has been installed, you can install the Data Loader.
Installing the Data Loader:
- Download the latest release of the dataloader from:
https://developer.salesforce.com/tools/data-loader - Unzip/extract the folder into your Documents folder or another permanent folder of your choice.
- Open the new folder then double click on the install/install.bat file
- If Java has been installed correctly, a black terminal window will pop-up
- Answer Yes to all 3 questions, it may take a minute or two for the first step to complete. When all steps are completed, the dataloader should pop up in another window.

Now that you have the Data Loader installed on your machine, you are ready to begin performing data operations on your FundPanel system. To learn more about how to use Data Loader for specific use-cases, refer to the relevant sections in this article Understanding the Data Loader.