
Originally Posted by
serviscl
Hello.
I have got a problem with categories name.
My categories include ", " and I can not import via EP4, because character "," always divide :-( it would use a semicolon instead of a comma? Thanks :-)
Excuse My English.
Categories Names are split with the carat '^' character, not the comma. Which version are you using? What language? I tested this myself, and the comma was retained in the categories name.
On, or about line 487 of easypopulate_4_import.php
Code:
$categories_names_array = explode('^',$v_categories_name_1);
$categories_count = count($categories_names_array);
Unless you modified the code, or are using a very old version of EP4, I don't see how EP4 could split the categories name on the comma.
-chadd
Bookmarks