SFDX plugin to generate SFDX migration files from Excel (.xlsx) spreadsheets. Current stable version 0.0.5, low release cadence (initial release only). Differentiates by providing CLI commands to convert Excel sheets into structured migration files for Salesforce DX deployments, with options to merge mappings by object and specify starting sheet index.
npm install migration-builderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the SFDX plugin globally and run the migration:build command to generate migration files from an Excel spreadsheet.
Confirm your Excel sheet order and use 1 as the first sheet index
Save Excel file as .xlsx before using
Watch for migration to @oclif/core v2
Ensure Node >=14 and reinstall plugin with npm install -g migration-builder
Provide absolute path to the .xlsx file and verify file permissions
Set -p to 1 for first sheet, 2 for second, etc.