Its a Script to Migrate Data from Drupal 6 to Magento 2. However it can be used to migrate data from other version of Drupal too,you just need to be familiar with Database architecture of Drupal. Each of different Script is named different according to the function they perform. All of these Script runs through browser, but it can be customised to run thorugh Terminal.
#Migration Steps:
-
"categoriesScript.php" to migrate Category from Drupal to Magento 2.
-
"CustomerScript.php" to migrate User's from Drupal into Customer,Seller and Admin in Magento 2 a/c to role of users.
-
"SavedItem_SavedShop.php" to migrate data of Seller's Saved Shop and Saved Items.
-
"productScript.php" to migrate product details from Drupal to Magento 2.
-
"productReview_Rating.php" to migrate reviews and rating of product.
-
"orderScript.php" to migrate order Details.
Steps can be skiped for Individual Data Migration.