Description
Thank you for the module it is exactly what I am looking for.
Could we have clarification of the format of the categories field during simple product import.
For the other fields I have followed the guidelines as for a standard CSV import but when I try this with 'categories' things do not work out as expected. The Magento documentation gives this as an example:
Default Category/Gear|Default Category/Gear/Bags
More than one category can specified using the pipe "|" symbol to separate the category paths.
This does not work with the FireGento import, it took some experimentation to find out that the separator for category paths was "," which causes even more problems if you have comma's in the category names.
Once those issues were understood the simple product worked just fine creating the appropriate categories dynamically.