marama Posted October 12, 2013 Share Posted October 12, 2013 We had the problem of timeout when we tried to import a product CSV-file with 500+ Articles including image links. My son (student in first year) wrote a script for us that eliminates this problem: -- splits the import file to small files -- imports the small files automatically -- allows parameters for shop-website, user, password, Import-file and all settings from the prestashop import page (language, delete existing products, strict id, ...) -- these parameters can be commanded by command-line parameters or in a configuration file -- provides the errors and warnings from all imports in a log-file -- allows product import by cronjob so that the import can be organized by a schedule What your system needs to provide for the script -- Linux shell on server to run the script (ssh, telnet) -- CSV-file with products organized in the sequence as defined for prestashop -- ftp-access to your server (to upload script and import-file) -- access to the servers crontab if you wish scheduled import -- good will to support the student (e.g. with a micro amazon gift voucher) Selfstandingly, he is willed to support in case problems occur. 1 Link to comment Share on other sites More sharing options...
needles Posted November 27, 2013 Share Posted November 27, 2013 Hi marama, where can i get this script? I´ve got the same problems in my import workflow. Nice greetz from germany Link to comment Share on other sites More sharing options...
lovendo Posted June 26, 2014 Share Posted June 26, 2014 Hi Marama, would you be so kind to share that script? Link to comment Share on other sites More sharing options...
alexiscruz007 Posted March 18, 2015 Share Posted March 18, 2015 i need a cvs split Link to comment Share on other sites More sharing options...
Recommended Posts