Hi guys,
this project is awesome. Good work and thank you so much for this extension.
So, I want to know if is possible to scrape each values in a page (single product code) in more rows. Example:
This is a content of page:
Product Name (title)
00001 (code)
Color Avaible:
White
Blue
Compatibility Parts:
AUDI
BMW
So I want this result:
| TITLE | CODE | COLOR | COMPATIBILITY |
| Product Name | 00001 | white | audi |
| Product Name | 00001 | white | bmw |
| Product Name | 00001 | blue | audi |
| Product Name | 00001 | blue | bmw |
The result is 4 rows, for that page..is it possible?I try in more method but nothing resolve it.
How can I do?
