I want to make a custom csv import fucntinality to a custom table. I have added the custom table using another module. But my custom import module does'nt seem to work . I followed this link : http://www.ibnab.com/en/blog/magento-2/magento-2-programming-implement-import-with-import-xml . After I chose the file to import , the "please wait" message kept on running forever, my mage version is 2.1.3 and the upload file size is less than 1MB, please help
Solved! Go to Solution.
I fixed it , I just missed to add the RowValidatorInterface. On adding it worked fine..thanks