
Originally Posted by
hareslade
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
Bookmarks