- Issue created by @vipin.mittal18
- 🇮🇳India divyansh.gupta Jaipur
I have added the option to import using drush command.
Please review.
This is a feature request to implement a custom Drush command that replicates the existing bulk import functionality currently available through the UI. The addition of this command would enable developers to perform bulk imports directly from the command line.
Current import functionality is limited to the UI, requiring manual intervention each time data needs to be imported.
For large datasets, the UI-based import process is slower, prone to timeouts, and lacks proper error recovery.
Create a custom Drush command
Active
1.1
Code
I have added the option to import using drush command.
Please review.