PacktPublishing / Drupal-9-Module-Development-Third-Edition

Drupal 9 Module Development, published by Packt
69 stars 50 forks source link

Using the --importer=json option with drush pir errors out... #8

Open bisonbleu opened 1 year ago

bisonbleu commented 1 year ago

When trying to import products using the book's custom drush command (ProductCommands.php) with the code from Chapter 17, drush pir --importer=json errors out:

[error] The specified importer does not exist.

upchuk commented 1 year ago

Hello,

It means that you didn't create an importer whose machine name is "json".