I am trying to migrate data from Magento 1.7 to Magento 2.2. We have several custom tables and we tried by using some of the tools available in the market, which are free.
However, The team came to the conclusion that we will write some script to migrate data instead of using a plugin/extention. (because we found that some of the attributes or data is not migrating properly, and we dont want to reply on such things blindly.)
What will be steps to migrate data using a custom written script? What things should we consider before writting the script? Please share your views.