Quote Originally Posted by hareslade View Post
HI, my first post here, so if this is covered already please say.
I have an export csv file from Litecommerce, it exposrts category setup separated with slashes, as one field.

in other words, I get one csv field with the categories separated by slashes
topcat1/subcat1/subcat2

rather than the separately delimited category names that easypopulate expects.

if its not already solved, can anyone direct me to the easypopulate code that reads the csv data category fields, so I could possibly
split the incoming litecommerce data format above, with the slashes, into [for instance] the 3 separate fields which easypopulate would expect
for the above example.

i can do php
thanks
Actually, it would be much easier if you simply did a search/replace on "/" and replaced with "^"

NOTE: My version of EP uses ONE column for the category path. This is a large change from other versions. This was done to support multiple languages.

so: v_categories_name_1 refers to LANGUAGE 1, and v_categories_name_2 refers to LANGUAGE 2, not a subcategory.

Hope that helps.


-chadd