- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2017
10:52 PM
02-09-2017
10:52 PM
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.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2017
05:31 AM
02-10-2017
05:31 AM
I fixed it , I just missed to add the RowValidatorInterface. On adding it worked fine..thanks
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2017
05:31 AM