Closed farmaworld closed 8 years ago
i want to import a CSV file in my Magento, it's possible? thanks
ApiImport does not support CSV files directly, but it should take 3 or 4 lines of code using fgetcsv to get an array from a CSV file.
Example here: https://github.com/danslo/ApiImport/pull/44
i want to import a CSV file in my Magento, it's possible? thanks