I've been having a hell of a time trying to format my CSV correctly. I have a feeling it is my version of Excel not formatting correctly.
I've used Easy populate for over a year on osCommerce, but I am having a major headache with this. I've noticed that when you open a file through excel [txt/csv] so you can view it in a way to edit it and pump it back out to re-import, it screws with the format. It looks totally different than what originally came out of EP.
The is the first time I've used EP on my home comp so I know it has to do with my Excel settings. Is there a program that can load a csv file and format it correct for proper importation?
CSV Example [Pre-load] renamed CSV to TXT so I am assuming it left it comma deliminated.
v_products_model,v_products_image,v_products_name_1,v_products_description_1,v_products_url_1,v_specials_price,v_specials_date_avail,v_specials_expires_date,v_products_price,v_products_weight,v_date_avail,v_date_added,v_products_quantity,v_manufacturers_name,v_categories_name_1,v_categories_name_2,v_categories_name_3,v_categories_name_4,v_categories_name_5,v_categories_name_6,v_categories_name_7,v_tax_class_title,v_status,v_metatags_products_name_status,v_metatags_title_status,v_metatags_model_status,v_metatags_price_status,v_metatags_title_tagline_status,v_metatags_title_1,v_metatags_keywords_1,v_metatags_description_1
"WJ-B2024-E,,""Test wonder"",,,,,,233,12,,""2009-03-24 00:34:02"",10,,""Premium Products"",,,,,,,""Taxable Goods"",1,0,0,0,0,0,,,"
CSV Example [Post Excel] Piece of file I'm trying to add.
v_products_model;v_products_image;v_products_name_1;v_products_description_1;v_products_url_1;v_specials_price;v_specials_date_avail;v_specials_expires_date;v_products_price;v_products_weight;v_date_avail;v_date_added;v_products_quantity;v_manufacturers_name;v_categories_name_1;v_categories_name_2;v_categories_name_3;v_categories_name_4;v_categories_name_5;v_categories_name_6;v_categories_name_7;v_tax_class_title;v_status;v_metatags_products_name_status;v_metatags_title_status;v_metatags_model_status;v_metatags_price_status;v_metatags_title_tagline_status;v_metatags_title_1;v_metatags_keywords_1;v_metatags_description_1
WJ-A1011-BLUE;WJ-A1011-BLUE.jpg;"3"" RETANGULAR ALUMINUM DRIVING LIGHT - BLUE";"3"" RETANGULAR ALUMINUM DRIVING LIGHT - BLUE";;;24.03.2009 00:34;;34,51;4;;;10;WinJet;Aftermarket Lighting;Universal Fog Light Kits;;;;;;Taxable Goods;1;;;;;;;;
Looks like it's semi colon deliminated as well as missing quote markes in specific sections. However it is saved as a CSV file. Not sure how to get around this.