Quote Originally Posted by hareslade View Post
Hi chadd
I've got the ^ separator split now, ep4 imports category correctly, ......but the max length of the ep4 categories field is 32, can I manually make that field longer in the db without messing anything up?

And is there a limitation in your EP4 code otherwise, that limits that categories names total length to 32, before its split?
thanks
If you adjust the categories name length via phpMyAdmin and alter the length, EP4 will see that and adjust accordingly.

There is error catching code in EP4 in regards to category name lengths that will prevent a product from being created if a category name exceeds that supported by the database ... not having this would result in bad things

-chadd