How to Write Data to Custom Database Table and Create a Custom Collection in Magento 2
Recently I created a Magento 2 module which imports data from a custom source, writes it to a custom database table and updates existing entities using a Custom Collection. Because I thought it might come in handy for other beginning Magento 2 developers, I’ll share it with you today. This tutorial consists of a few…