# Data Loader

> Salesforce.com tool for import, export and deletion of data

**Wikidata**: [Q115602902](https://www.wikidata.org/wiki/Q115602902)  
**Source**: https://4ort.xyz/entity/data-loader

## Summary
Data Loader is a software tool developed by Salesforce.com designed for the import, export, and deletion of data within the Salesforce ecosystem. It serves as a client application for data wrangling and is compatible with Microsoft Windows and macOS operating systems. Written in Java, the tool is open-source and distributed under the 3-clause BSD License.

## Key Facts
- **Developer:** Created and maintained by Salesforce, an American cloud-based software company founded in 1999.
- **Primary Function:** Facilitates data wrangling, specifically the import, export, and deletion of data.
- **Operating Systems:** Compatible with Microsoft Windows and macOS.
- **Programming Language:** Written in Java.
- **License:** Distributed under the 3-clause BSD License.
- **Dependencies:** Requires the Java Development Kit to operate.
- **Aliases:** Also known as Apex Data Loader, Salesforce Data Loader, and dataloader.
- **Source Repository:** Hosted on GitHub at `https://github.com/forcedotcom/dataloader`.
- **Copyright Status:** Copyrighted.

## FAQs
### Q: What is the primary use of Data Loader?
A: Data Loader is used specifically for data wrangling tasks within the Salesforce environment, allowing users to import, export, and delete data in bulk.

### Q: Is Data Loader free to use?
A: Yes, the source code is available under the 3-clause BSD License, allowing for open use and modification, though the software itself is copyrighted by Salesforce.

### Q: What technical requirements are needed to run Data Loader?
A: The software requires the Java Development Kit and is designed to run on either Microsoft Windows or macOS operating systems.

## Why It Matters
Data Loader serves as a critical utility for administrators and developers managing large volumes of data within Salesforce, the world's leading customer relationship management (CRM) platform. By providing a robust interface for bulk data manipulation—specifically import, export, and deletion—it solves the inefficiency of managing records individually through the standard web interface.

Its significance is underscored by its cross-platform availability (Windows and macOS) and its foundation in Java, ensuring wide accessibility for technical users. As an open-source tool under the 3-clause BSD License maintained by Salesforce, it offers transparency and reliability, allowing organizations to automate complex data maintenance tasks while adhering to the ecosystem's standards. The tool effectively bridges local data sources with the cloud-based Salesforce environment, ensuring data integrity and operational continuity.

## Notable For
- Being the official, open-source data management tool provided by Salesforce.
- Supporting cross-platform functionality on both Windows and macOS.
- Operating under the permissive 3-clause BSD License.
- Providing a specialized solution for "data wrangling" directly integrated with the Salesforce platform.

## Body

### Development and Technical Specifications
Data Loader is an instance of software classified under the "software" class and was developed by **Salesforce**. It is written in the **Java** programming language, which allows it to function across different operating systems. To run effectively, the software **depends on the Java Development Kit**.

The tool is distinct from generic data loaders, specifically targeting the Salesforce ecosystem (using the Salesforce API, implied by the "uses: Salesforce" property). It is sometimes referenced as **Apex Data Loader** or simply **dataloader**.

### Version History and Availability
The software is actively maintained, with a public release history available on GitHub. Significant releases documented in the source material include:

- **v37.0.0:** Released May 16, 2016.
- **v38.0.0:** Released September 21, 2016.
- **v39.0.0:** Released January 16, 2017.
- **v41.0.0:** Released November 16, 2017.
- **v43.0:** Released June 22, 2018.
- **v44.0.0:** Released October 5, 2018.
- **v45.0.0:** Released March 8, 2019.
- **v46.0.0:** Released June 4, 2019.

The source code is accessible via the repository URL `https://github.com/forcedotcom/dataloader`, and issues are tracked at `https://github.com/forcedotcom/dataloader/issues`.

### Resources
The official user manual is available in English at `https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader.htm`. The software is also indexed in package repositories like Repology under the project name "dataloader" and the AUR package "dataloader".

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Data Loader",
  "description": "Salesforce.com tool for import, export and deletion of data.",
  "url": "https://github.com/forcedotcom/dataloader",
  "sameAs": "https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader.htm",
  "operatingSystem": ["Microsoft Windows", "macOS"],
  "applicationCategory": "BusinessApplication",
  "programmingLanguage": "Java",
  "license": "https://spdx.org/licenses/BSD-3-Clause.html",
  "author": {
    "@type": "Organization",
    "name": "Salesforce"
  }
}

## References

1. [Source](https://github.com/forcedotcom/dataloader)
2. [Release 37.0.0. 2016](https://github.com/forcedotcom/dataloader/releases/tag/37.0.0)
3. [Release 37.0.1. 2016](https://github.com/forcedotcom/dataloader/releases/tag/37.0.1)
4. [Release 38.0.0. 2016](https://github.com/forcedotcom/dataloader/releases/tag/38.0.0)
5. [Release 38.0.1. 2016](https://github.com/forcedotcom/dataloader/releases/tag/38.0.1)
6. [Release 39.0.0. 2017](https://github.com/forcedotcom/dataloader/releases/tag/39.0.0)
7. [Release 41.0.0. 2017](https://github.com/forcedotcom/dataloader/releases/tag/41.0.0)
8. [Release 43.0. 2018](https://github.com/forcedotcom/dataloader/releases/tag/V43.0)
9. [Release 44.0.0. 2018](https://github.com/forcedotcom/dataloader/releases/tag/v44.0.0)
10. [Release 45.0.0. 2019](https://github.com/forcedotcom/dataloader/releases/tag/v45.0.0)
11. [Release 46.0.0. 2019](https://github.com/forcedotcom/dataloader/releases/tag/V46.0.0)
12. [Release 46.0.1. 2019](https://github.com/forcedotcom/dataloader/releases/tag/46.0.1)
13. [Release 46.1.0. 2019](https://github.com/forcedotcom/dataloader/releases/tag/v46.1.0)
14. [Release 47.0.0. 2019](https://github.com/forcedotcom/dataloader/releases/tag/v47.0.0)
15. [Release 48.0.0. 2020](https://github.com/forcedotcom/dataloader/releases/tag/V48.0.0)
16. [Release 49.0.0. 2020](https://github.com/forcedotcom/dataloader/releases/tag/v49.0.0)
17. [Release 50.0.0. 2020](https://github.com/forcedotcom/dataloader/releases/tag/v50.0.0)
18. [Release 51.0.1. 2021](https://github.com/forcedotcom/dataloader/releases/tag/v51.0.1)
19. [Release 52.0.0. 2021](https://github.com/forcedotcom/dataloader/releases/tag/v52.0.0)
20. [Release 53.0.0. 2021](https://github.com/forcedotcom/dataloader/releases/tag/v53.0.0)
21. [Release 53.0.1. 2021](https://github.com/forcedotcom/dataloader/releases/tag/v53.0.1)
22. [Release 53.0.2. 2021](https://github.com/forcedotcom/dataloader/releases/tag/v53.0.2)
23. [Release 53.0.3. 2022](https://github.com/forcedotcom/dataloader/releases/tag/v53.0.3)
24. [Release 54.0.0. 2022](https://github.com/forcedotcom/dataloader/releases/tag/v54.0.0)
25. [Release 55.0.1. 2022](https://github.com/forcedotcom/dataloader/releases/tag/v55.0.1)
26. [Release 56.0.6. 2022](https://github.com/forcedotcom/dataloader/releases/tag/v56.0.6)
27. [Release 57.0.0. 2022](https://github.com/forcedotcom/dataloader/releases/tag/v57.0.0)
28. [Release 57.0.1. 2022](https://github.com/forcedotcom/dataloader/releases/tag/v57.0.1)
29. [Release 58.0.0. 2023](https://github.com/forcedotcom/dataloader/releases/tag/v58.0.0)
30. [Release 58.0.1. 2023](https://github.com/forcedotcom/dataloader/releases/tag/v58.0.1)
31. [Release 58.0.3. 2023](https://github.com/forcedotcom/dataloader/releases/tag/v58.0.3)
32. [Release 58.0.4. 2023](https://github.com/forcedotcom/dataloader/releases/tag/v58.0.4)
33. [Release 59.0.0. 2023](https://github.com/forcedotcom/dataloader/releases/tag/v59.0.0)
34. [Release 60.0.0. 2023](https://github.com/forcedotcom/dataloader/releases/tag/v60.0.0)
35. [Release 60.0.1. 2024](https://github.com/forcedotcom/dataloader/releases/tag/v60.0.1)
36. [Release 60.0.2. 2024](https://github.com/forcedotcom/dataloader/releases/tag/v60.0.2)
37. [Release 61.0.0. 2024](https://github.com/forcedotcom/dataloader/releases/tag/v61.0.0)
38. [Release 61.1.0. 2024](https://github.com/forcedotcom/dataloader/releases/tag/v61.1.0)
39. [Release 62.0.1. 2024](https://github.com/forcedotcom/dataloader/releases/tag/v62.0.1)
40. [Release 62.0.2. 2024](https://github.com/forcedotcom/dataloader/releases/tag/v62.0.2)
41. [Release 63.0.0. 2024](https://github.com/forcedotcom/dataloader/releases/tag/v63.0.0)
42. [Release 64.0.0. 2025](https://github.com/forcedotcom/dataloader/releases/tag/v64.0.0)
43. [Release 64.0.1. 2025](https://github.com/forcedotcom/dataloader/releases/tag/v64.0.1)
44. [Release 64.0.2. 2025](https://github.com/forcedotcom/dataloader/releases/tag/v64.0.2)
45. [Release 64.1.0. 2025](https://github.com/forcedotcom/dataloader/releases/tag/v64.1.0)