Jump to content

[SOLVED] Import CSV in different languages


Recommended Posts

Well, I am very pleased now as I solved the problem importing product data in different languages via CSV.

First you have to import the products in one language with the import tool though. I opened the SQL database at my web host phpmyadmin, then exported table 'ps_product_lang' in CSV, edited the data and imported it back to the database, and voila!, it works!

Link to comment
Share on other sites

  • 2 months later...
  • 6 months later...
Well, I am very pleased now as I solved the problem importing product data in different languages via CSV.

First you have to import the products in one language with the import tool though. I opened the SQL database at my web host phpmyadmin, then exported table 'ps_product_lang' in CSV, edited the data and imported it back to the database, and voila!, it works!


Hi I am searching the forum for help on importing csv files I can export them edit them but they will just not import I have tried heitSQL compressing + not compressed changed the fields but I keep getting the same message Invalid field count in CSV input on line 1. can anyone give some more help
Link to comment
Share on other sites

RC1 import tool has the ability now to import in the default language and any other installed language.
No more messing around with myadmin...
ys


Just wanted to report,i am on Version 1.3.2.3 en the import tool for multiples languages doesnt work at all,it overwrites the default language.
I will just write the 2nd language into the db directly with a php script
Link to comment
Share on other sites

  • 7 months later...

Like outlet.ee says in first post:

Well, I am very pleased now as I solved the problem importing product data in different languages via CSV.
First you have to import the products in one language with the import tool though. I opened the SQL database at my web host phpmyadmin, then exported table ‘ps_product_lang’ in CSV, edited the data and imported it back to the database, and voila!, it works!

You have to go inside your phpadmin (you have to know the address and yours username and password for go inside). Be careful!!! Make backups!!!.
Then export the table ps_product_lang in CSV format. Open it with excel and in the second row, you will find de id_lang (Code of the language). Change the product name in the lines with your id_lang. Save it in CSV format. Then go again into your phpadmin and delete the products (you can do it with "truncate ps_product_lang") and import your CSV file with LOAD DATA. That's all. I remake the index and it works fine!!!!
I hope you will done it!!

Link to comment
Share on other sites


Open it with excel and in the second row, you will find de id_lang (Code of the language). Change the product name in the lines with your id_lang. Save it in CSV format. Then go again into your phpadmin and delete the products (you can do it with "truncate ps_product_lang") and import your CSV file with LOAD DATA. That's all. I remake the index and it works fine!!!!
I hope you will done it!!


I exported it but do not know what must be changed say for the German language in my account & where to upload.
Link to comment
Share on other sites

As you can see in the picture, you have to open the CSV file with excel. At the second row, you will find the id_lang. Filter the desire id_lang and change the description (of what you want). Then save as CSV and import in your phpadmin.

Link to comment
Share on other sites

As you can see in the picture, you have to open the CSV file with excel. At the second row, you will find the id_lang. Filter the desire id_lang and change the description (of what you want). Then save as CSV and import in your phpadmin.


My CSV file is not sorted as yours as you see in the picture & thus there is no place as you state.
What should I do?

46789_lVfwblBR9KBFgHYdDo1n_t

Link to comment
Share on other sites

I do not know how to do.
In fact if you have a look at my website, you notice it is in 4 languages but the titles of the items in the English version are complete starting with the country name & to end while the titles of other languages are just 3-5 words & not complete.
I just want the title of products in the English language replaces the title of the products in the other 3 languages & make them complete starting with the country name.
The language section in the 2nd row are numbers 1, 2, 3, 4, 5 & I wonder which represent what language & why 5 numbers while the languages are 4 in my website.
Would you please help?

Link to comment
Share on other sites

×
×
  • Create New...