pesslovany Posted August 30, 2017 Share Posted August 30, 2017 (edited) Hi, I am trying to import products. But I have one csv file with category IDs matched to product IDs same one for photos third one where photo ids are matched with paths to photos. Is there an easy way to import from more csv at once like this or do I really have to write some insane python script to merge the columns with rows in the right order? Edited August 30, 2017 by pesslovany (see edit history) Link to comment Share on other sites More sharing options...
Daresh Posted August 30, 2017 Share Posted August 30, 2017 You need to merge Link to comment Share on other sites More sharing options...
presta.show Posted September 4, 2017 Share Posted September 4, 2017 You could make multi-files importi using this importer module: https://www.prestashop.com/forums/topic/539577-module-smart-csv-xml-prestashop-import-manager/?hl=%2Bcsv Use one file to import products, second to import categories, third to actualize products with categories IDs, etc. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now