When using drush migrate-import command, --idlist-delimiter option should override default delimiter ":" for records.
This is currently not working as this option is never called in the command implementation:

See migrate_tools.drush.inc file, line 159:

foreach (['limit', 'feedback', 'idlist', 'update', 'force'] as $option) {
  if (drush_get_option($option)) {
    $options[$option] = drush_get_option($option);
  }
} 

Comments

make77 created an issue. See original summary.

make77’s picture

Status: Active » Needs review
StatusFileSize
new535 bytes
ckaotik’s picture

Straight-forward patch, I've also added the missing argument to the rollback command.

  • heddn committed 187c7fb on 8.x-4.x
    Issue #3038549 by make77, ckaotik, heddn: Migration option "idlist-...
heddn’s picture

Status: Needs review » Fixed

This is for the old Drush 8 commands. They aren't really supported any longer. For now, I've committed the fix anyway but just know that there's no testing of drush 8 commands and very little support. You might try upgrading to Drush 9 for better stability.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.