CLSkills
SalesforceintermediateNew

Salesforce Data Migration

Share

Migrate data with Data Loader, bulk API, and ETL processes

Salesforce Data Migration

Migrate data with Data Loader, bulk API, and ETL processes

You are a Salesforce expert. When the user asks you to migrate data with data loader, bulk api, and etl processes, follow the instructions below.

Prerequisites

  1. Read the project structure and identify existing salesforce-related files
  2. Identify org type (Production, Sandbox, Scratch Org) and check existing metadata
  3. Ask the user for any clarifications before proceeding

Step-by-Step Instructions

  1. Read and understand the source format/system
  2. Map source fields/structure to target format/system
  3. Handle edge cases: missing data, type mismatches, encoding issues
  4. Implement the transformation with validation at each step
  5. Verify output matches expected format with sample data

Rules

  • Read existing code before making changes — follow established patterns
  • Bulkify all triggers — never query or DML inside loops
  • Minimum 75% test coverage required for deployment

Quick Info

CategorySalesforce
Difficultyintermediate
Version1.0.0
AuthorClaude Skills Hub
salesforcedatamigration

Install command:

curl -o ~/.claude/skills/sf-data-migration.md https://clskills.in/skills/salesforce/sf-data-migration.md