-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.2.3
Hello, we have a book store and we use authors as a categories. We need import authors names into categories and we have a CSV UTF-8 file whith authors names like:
parent_category;categories
Authors;Surname, Name
Note we need to use "Surname, Name" format but when we import the file, hikashop create a category for Surname and another diferent category with Name.
We have created a category manually and we have exported to see the format used by HikaShop. We tried enclosed "Surname, Name" in double quotes like Hikashop do, but when we import problem persists. Atached to this message you can find file we are using to import categories (we use Notepad++ ASCII editor to edit it).
What can I do to escape comma in author's name?
Regards