Hi,
I have the following input in a csv file(attached):
Size Color Shape
- |green |
- |red |-
- |- |Rectangle
- |- |Circle
big |- |-
small |- |-
....
...
..
and I want to get something like this:
big green rectangle
big green circle
big red rectangle
big red circle
small green rectangle
small green circle
small red rectangle
small red circle
Any idea where to start? Any help is greatly appreciated. Thanks.
I have the following input in a csv file(attached):
Size Color Shape
- |green |
- |red |-
- |- |Rectangle
- |- |Circle
big |- |-
small |- |-
....
...
..
and I want to get something like this:
big green rectangle
big green circle
big red rectangle
big red circle
small green rectangle
small green circle
small red rectangle
small red circle
Any idea where to start? Any help is greatly appreciated. Thanks.