danslo / ApiImport

Boilerplate between the Magento API and ImportExport, so that you can do fast Array/XMLRPC/SOAP based product imports.
244 stars 79 forks source link

import CSV file #32

Closed farmaworld closed 8 years ago

farmaworld commented 9 years ago

i want to import a CSV file in my Magento, it's possible? thanks

danslo commented 8 years ago

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.

barryvdh commented 8 years ago

Example here: https://github.com/danslo/ApiImport/pull/44