Export with dataloader.io

  1. Get the username and password for the org from which you want to export data.

  2. Log out of all other orgs other than the org from which you wish to export data. Ensure you log out of the orgs by going to your name in the top right corner and selecting Logout rather than just closing the browser:

    Screenshot: Logout in the Salesforce user menu

    Warning

    If you do not log out, Salesforce Dataloader.io can automatically log you in to the wrong org.

  3. Open a new browser window and enter "dataloader.io" in the address bar.

  4. From the top right corner, select Login with Salesforce:

    Screenshot: Selecting Login with Salesforce

  5. If the org from which you want to export has a custom Salesforce domain, select I have a custom domain, and enter the custom domain in the text field:

    Screenshot: Entering a custom domain on the Dataloader.io Salesforce login page

  6. Select the environment as either Production or Sandbox, and then check the Terms and Conditions box.

    Screenshot: Selecting the Terms and Conditions checkbox on the Login with Salesforce screen

    Select Login:

    Screenshot: Terms and Conditions checkbox and the Login button

  7. If you are not logged into any orgs, Dataloader.io prompts you to enter the username and password. After logging in, check the username in the top right corner to make sure you are logged into the correct org.

  8. From the New Task menu select Export:

    Screenshot: Selecting Export

  9. Select the object from which to export records. You can start typing the object name in the Quick find field to narrow the results and find the object quicker.

    Screenshot: Using Quick find to find the object

    After selecting the object, select Next.

  10. Select the fields you want to export by checking the checkboxes next to each field. You can use the Quick find to easily find fields or check Select All to export all fields in the object to have a data backup.

    Screenshot: Selecting fields to export

    Note

    If you choose to export Employment Records, all employment records are exported regardless of whether they are current or in the past, unless you add a filter as detailed in Step 12.

  11. In the Order By section, you can select the order in which your records are exported. Select an object, field and the order, which can be ascending or descending, as shown in the following screenshot:

    Screenshot: Selecting the order in which to export records

  12. To filter the data you are exporting, in the Filters section, select:

    • the second picklist to select the field to filter on

    • the third picklist to select the operator

    • the field on the right to enter a value for the filter

    Select the + plus sign at the end of the line to save the filter criteria.

    For example, in the following screenshot, the saved filter specifies that only salary records with a Salary Amount greater than 30,000 should be exported. The line above it is where you can add another filter:

    Screenshot: Filter examples for salary data export

    When you add more than one filter, the criteria are joined with AND logic. To change this to OR, so records exported have one criterion or the other true, expand the SOQL Query section. Find the filter at the end of the query, it starts with WHERE. For example, if another criterion has been added to the example in the previous screenshot, for Currency Code as USD, the text in the SOQL Query section would be:

    WHERE fHCM2__Amount__c > 30000 AND fHCM2__Currency_Code__c = 'USD'.

    To use OR, change it to:

    WHERE fHCM2__Amount__c > 30000 OR fHCM2__Currency_Code__c = 'USD'.

    Screenshot: Modifying the SOQL query to use OR filtering

    Note

    The SOQL query must be changed last. If you create a custom SOQL query (such as by changing the logic) no other changes can be made – you cannot change the selection of fields, filters or the order for the export, and Dataloader.io displays the following warning message:

    Screenshot: Warning when you create a custom SOQL query

    After you select Close, everything but the SOQL Query field will be grayed out.

  13. Select Next to move to the next screen.

    The Summary section displays how many records will be exported.

  14. Select Advanced to set the Date Format for date fields in your export.

  15. Select Save and Run. After the export has completed, a screen similar to the following screenshot is displayed:

    Screenshot: Successes link to download the exported CSV file

    Select the successes hyperlink to download the exported CSV file.

    If the job does not complete quickly, refresh your screen.