But I have lot's of products that I want to migrate over and do not really want to edit every single product for this. Is there a way to automate this?
You can try one of the following:
- Add SEO keyword generation to your migration script.
or
- After migrate products, use export of products and build import CSV with Url_aliases using products IDs from export
or
- after migrating products do SQL select of product IDs and build SQL insert with formatted SEO keywords into ac_url_aliases table in the database.