chris449 Posted April 5, 2010 Share Posted April 5, 2010 Hi, I know uploading .csv files is a far more efficient way of populating the database but I'm kinda confused how to do it properly. I've searched these forums and others over the passed week but its still unclear- i know what they are but I don't know how to make one.Any suggestions?Thanks Link to comment Share on other sites More sharing options...
webbusiness23 Posted April 5, 2010 Share Posted April 5, 2010 In order to make a .csv file follow these steps:1. create an empty Excel spreadsheet2. Make sure you create the EXACT columns as required in the BO (id, product name, category_id, etc etc)3. fill in just 2 lines of the .csv file and upload it.4. Check to see if the products were added successfully.5. If the products were not added successfully, check the .csv file again to see if it is exactly as the one required by the Back Office.Tips and tricks: Make sure the product id column remains empty, because the id is auto_increment (when you upload the csv, the first product of your csv file will have an id equal with the last product's id + 1, so you don't need to write something on the product_id column)Hope it helps you! 1 Link to comment Share on other sites More sharing options...
chris449 Posted April 5, 2010 Author Share Posted April 5, 2010 Thanks, though is there an example or template somewhere? Link to comment Share on other sites More sharing options...
webbusiness23 Posted April 5, 2010 Share Posted April 5, 2010 Try here .And search the forum. There's plenty of info. Link to comment Share on other sites More sharing options...
rylersbud Posted April 5, 2010 Share Posted April 5, 2010 If you create the file in excell you will need to open it in notepad or some text editor and change it to utf-8 or prestashop will not see it 1 Link to comment Share on other sites More sharing options...
archproject Posted April 5, 2010 Share Posted April 5, 2010 This is very good information ... Thanks for sharing... 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