I'm starting an online furniture store website with Magento.
Currently my item names are in an excel file displayed like:
10" TWIN LONG
I need to convert all of them to the following format:
10-twin-long
because this is what Magento needs for the item's url (10-twin-long.htm)
I don't have the foggiest idea what to do.
1. Needs to change all letters to lower case.
2. Needs to remove special characters like " and ' and .
3. Needs to convert spaces into -
Currently my item names are in an excel file displayed like:
10" TWIN LONG
I need to convert all of them to the following format:
10-twin-long
because this is what Magento needs for the item's url (10-twin-long.htm)
I don't have the foggiest idea what to do.
1. Needs to change all letters to lower case.
2. Needs to remove special characters like " and ' and .
3. Needs to convert spaces into -