quentino.cz Posted October 5, 2017 Share Posted October 5, 2017 Hi, I have trouble editing my CSV file from a different platform to have my products imported to PS 1.6 I know it shoud be comma separated, but when I try to export in Excel, it is still weird... I need to keep the special characters in desriptions and names (ěščřžýáíé)... Can anybody help me please? Thanks! I have attached full CSV... Sample here: "product_nrKatalogové číslo prodejce" "name Název" "amount Cena" "amount_ex_vat Cena bez DPH" "vat DPH (%)" "original_amount Původní cena" "categories Kategorie" "image Obrázek" "description Popis" "identifier Identifikátor" "on_sale Produkt v akci" "producer Výrobce" "tags Štítky" "color Barva" "size Velikost" "producer_product_nr Katalogové číslo výrobce" "stock_cnt Počet kusů skladem" "availability Dostupnost" "weight Hmotnost" "weight_unit Hmotnostní jednotka" "width Šířka" "length Délka" "height Výška" "warranty Záruka (měsíců)" "meta_keywords Klíčová slova" "meta_description Popis" EO1 "Anýz - esenciální olej" 65,34 54,00 21,00 0,00 "/Esenciální oleje A-G/" "/esence original/anyzi.jpg" "<p> 10 ml</p> <p> (Pimpinella anisum)</p> <p> <font size=""2""><font size=""2""><font size=""2"">Tato bylina patří do stejné rodiny spolu s kmínem, fenyklem a koprem.</font> Oba účinky - jak <strong>aromatizuj</strong><strong>ící</strong>, tak <strong>uklidňující</strong> - jsou pro anýz typické</font>. Výrazně působí na trávicí trakt, plynatost, má protikřečové účinky, vhodný na kašel a záněty horních cest dýchacích. </font></p> <p> <font size=""2"">Vhodné dodržet nízké koncentrace.</font></p> <p> </p> <p> </p> <p> </p> " produkt-1 0 Sleva EO2 "Badyán - esenciální olej" 64,13 53,00 21,00 0,00 "/Esenciální oleje A-G/" /badyan.jpg "<p> 10 ml</p> <p> (Illicium verum)</p> <p> <font face=""Verdana"" size=""2"">Badyán má vůni podobnou anýzu, příjemnou kořenně nasládlou, ale má jemnější chuť než skutečný anýz.</font></p> <ul> <li> <font size=""2"">působí jako repelent </font></li> <li> <font size=""2"">upravuje poruchy trávení</font></li> <li> <font size=""2"">má antiseptické účinky </font></li> <li> <font size=""2"">uklidňuje </font></li> <li> <font size=""2"">pomáhá při onemocnění horních cest dýchacích</font></li> <li> <font size=""2"">při nespavosti a neklidnému spaní</font></li> </ul> " produkt-2 0 "Výprodej, Sleva, Novinka" EO3 "Bazalka - esenciální olej" 72,60 60,00 21,00 0,00 "/Esenciální oleje A-G/" "/esence original/bazlkaa.jpg" "<p> 10 ml</p> <p> (Ocimum basilicum)</p> <p> Bazalka vykazuje lokálně anestetické účinky. Díky svému složení a tím i vůni působí jako pomocník při odbourávání stresu, tím i v případě bolestí hlavy způsobených stresovými situacemi.</p> <p> <b>Bazalkový olej</b> má dezinfekční a antiseptické účinky. Používá se při infekcích dýchacích cest, má antivirové a antibakteriální účinky, intenzita jeho působení je silná. Prokrvuje pokožku a působí příznivě při revmatizmu.</p> <p> </p> <p> Nevhodný během těhotenství</p> " bazalka 0 EO4 "Bergamot - esenciální olej" 61,71 51,00 21,00 0,00 "/Esenciální oleje A-G/" "/esence original/bergga.jpg" "<p> 10 ml</p> <p> (citrus auratium var. bergamia)</p> <p> <font size=""2"">Antiseptický, podporuje trávení, hojení, posiluje nervy, zlepšuje dýchání, snižuje horečku, tiší bolest, je antidepresivní. Může zvyšovat fotosenzibilitu.</font></p> " bergamot 0 EO5 "Borovice - esenciální olej" 60,50 50,00 21,00 0,00 "/Esenciální oleje A-G/" "/esence original/bborovice.jpg" "<p> 10 ml</p> <p> (Pinus sylvestris)</p> export.csv.zip Link to comment Share on other sites More sharing options...
bellini13 Posted October 5, 2017 Share Posted October 5, 2017 Your csv file is not a valid csv format. The first line/row would be the column headers, then each other line/row needs to be 1 product You should read the documentation on how csv files should be formatted, and also look at the sample csv files that Prestashop includes Link to comment Share on other sites More sharing options...
quentino.cz Posted October 5, 2017 Author Share Posted October 5, 2017 Thanks, I know that.. The file is generated automatically from the "Webnode" eshop provider... There is no way to get it differently. I am looking for a quick way to edit it so that it would be valid.. There is even a XML feed available Link to comment Share on other sites More sharing options...
bellini13 Posted October 6, 2017 Share Posted October 6, 2017 You will need to create your own CSV file then, or transform the one they provided to you, following the samples that Prestashop provide Link to comment Share on other sites More sharing options...
quentino.cz Posted October 6, 2017 Author Share Posted October 6, 2017 I know I have to Edit, I am asking if somebody knows how to make it quick.. Link to comment Share on other sites More sharing options...
presta.show Posted October 7, 2017 Share Posted October 7, 2017 Hi, Open your file in EXCEL and save as CSV with UTF-8. OR open your CSV in notepad++ and change it's coding to UTF-8 without BOM. If you will have still any problems with build in PrestaShop CSV importer try this module - it is ultimate and most advanced solution for import CSV or XML files to PrestaShop: https://www.prestashop.com/forums/topic/539577-module-smart-csv-xml-prestashop-import-manager/ 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