I need to export products into another shop, now the attributes are as follows:
code size qty size qty size qty
3456 M 5 L 5 XL 5
In the new shop it should be, each on different row:
code size qty
3456 M 5
3456 L 5
3456 XL 5
Is there any way doing it automatically to avoid doing it 1 by one? Thanks for you help!
Bookmarks