I have some categorys that have '/' slashes in their names and when I import using the Excel spreadsheet the category name is split into seperate categories.
Is there a way to escape the slash characters in the Excel template?
I have some categorys that have '/' slashes in their names and when I import using the Excel spreadsheet the category name is split into seperate categories.
Is there a way to escape the slash characters in the Excel template?
I believe you can do that by putting the information in CDATA tags. Try it out and see if it works for you!
I was able to add & #47 to represent the slash character.
ISO 8859-1 character set link
http://htmlhelp.com/reference/charset/
Last edited by MikeI; 02-25-2010 at 10:50 AM. Reason: formatting was incorrect