RevOps Docs for Startups
  • Welcome
  • Getting Started
    • Quickstart
    • About LeanScale
  • Growth Modeling
    • Building a Growth Model
      • Growth Model Assumptions
      • Growth Model Approaches
      • Growth Model Segmentations
    • Sales Capacity Plan
    • Marketing Plan
    • Customer Success Plan
  • Go-to-market Lifecycle
    • Go-to-Market Lifecycle
    • Lead Lifecycle
    • Sales Lifecycle
    • Customer Lifecycle
    • Proof of Concept Lifecycle
    • Lifecycle Measurement
  • Lead Attribution
    • Attribution Overview
    • Lead Source Taxonomy
  • Measuring Metrics
    • Reporting and Data Analytics
    • Sales Metrics
      • Created Pipeline
      • Weighted Pipeline
    • Marketing Metrics
      • Lead Impact Matrix
      • CAC to LTV
    • Customer Success Metrics
      • Net Retention
    • Partnership Metrics
    • Presenting Metrics
  • GTM Tech Stack
    • GTM Tech Stack Overview
    • When To Buy New Systems
    • Driving System Adoption
    • CRM Considerations
      • User-Oriented CRM
      • Data & Reporting CRM
      • Security-Focused CRM
  • Aligning Sales/Marketing
    • Alignment Overview
    • How to Align?
    • What is an SQL?
    • Building Marketing Operations
    • Defining GTM Process
    • Interviewing GTM Leaders
    • Finding The Right Talent
  • System Demos
    • Data Enrichment
      • Clay
      • Traction Complete
    • Conversational Intelligence
      • Gong
      • Unthread
    • CPQ
      • Dealhub
      • Salesbricks
    • Data Analytics
      • RevVue
      • QFlow
  • CRM Tips
    • Salesforce
      • Create Opp from Contact
      • Validation Rules in Flow
      • Roll Up Summary Field
      • Close Date Change Counter
      • Lead Stages
      • Sales Stages
      • Customer Stages
      • Next Step Fields
      • Lead Source Taxonomy
      • Proof of Concept Stages
      • Displaying Record Information
      • Display Dynamic Lists
      • Messages to End Users
      • Create Custom Buttons
      • Tips for Data Loader
      • Salesforce Inspector Reloaded
      • SFDC Navigator for Lightning
      • Bypass Validation Rules
      • Sales Manager Notes Field
      • Renaming Fields and Objects
      • Getting Faster to Record ID
    • Hubspot
      • Disable Picklist Options
      • Create Yesterday's Date
      • Create Today's Date
  • Strategic Walkthroughs
    • Revenue Operations Flywheel
    • Post-Fundraise Playbook
    • Building Board Decks
    • Building Dashboards
      • CEO Dashboards
      • Executive Dashboards
      • Marketing Dashboards
      • Sales Dashboards
      • CS Dashboards
      • Funnel Analytics
    • ChatGPT as a Salesforce Admin
    • Sales Commission Plans
    • Building Sales Territories
Powered by GitBook
On this page
  • Data Loader Tips and Tricks
  • Tip 1: Use Bulk API
  • Tip 2: Use Multiple Data Loaders Simultaneously
  • Tip 3: Adjust Batch Size
  • Tip 4: Adjust Time Zone
  • Tip 5: Update Fields with New Values

Was this helpful?

  1. CRM Tips
  2. Salesforce

Tips for Data Loader

PreviousCreate Custom ButtonsNextSalesforce Inspector Reloaded

Last updated 6 months ago

Was this helpful?

Data Loader Tips and Tricks

Tip 1: Use Bulk API

If you have more than 10,000 records to load, it is recommended to use Bulk API for better efficiency. To enable Bulk API, go to Settings in Data Loader, scroll down, and select Use Bulk API. You can also choose to enable serial mode, which ensures that Bulk API operations are processed one after another instead of in parallel.

Tip 2: Use Multiple Data Loaders Simultaneously

You can use multiple Data Loaders simultaneously to upload multiple files at the same time. Each Data Loader can be configured independently, so you can use Bulk API in one and the regular API in another.

Tip 3: Adjust Batch Size

You can change the batch size of your operation to optimize performance. The maximum batch size is 2,000 for Bulk API and 200 for the regular API. For heavier objects like opportunities, it is recommended to reduce the batch size to 50, 20, 10, or even 1, depending on the complexity of the object and your Salesforce instance.

Tip 4: Adjust Time Zone

When uploading date/time fields, it is important to adjust the time zone in Data Loader to match the time zone in Salesforce. This ensures that records are updated with the correct timestamps. To adjust the time zone, go to Settings in Data Loader and copy and paste the time zone from Salesforce.

Tip 5: Update Fields with New Values

To update fields with new values that are not standard in Data Loader, you need to enable the Insert new values checkbox in Settings. Note that this option is only available when using the regular API, not Bulk API.