Hi guys,
im wondering if any of u guys had developed a workflow that consists requirements similar to mine
I'll give an example:
my output should be like below in excel format (render)
| Country | APPLE | GRAPE |
| Granny Smith | Gala | Red Delicious | Red Globe | Seedles | Green |
| United States | 10 | 12 | 23 | | | |
| Brazil | 65 | 34 | 22 | | | |
| Japan | 78 | 56 | 23 | | | |
| Australia | 32 | 78 | 234 | | | |
| South Africa | 13 | 98 | 97 | | | |
| Russia | 76 | 23 | 87 | | | |
| India | 90 | 56 | 67 | | | |
| Canada | 43 | 87 | 78 | | | |
| Mexico | 56 | 989 | 34 | | | |
| France | 78 | 23 | 65 | | | |
from what I produced there should be 3 basic table before joining tool (country, apple, grape),
what if I wanted to drop the grape column if there are no data available from the stream input for the grape column. For context this is dynamically different each month, (some month will have both fruits, some will not have one fruit, and can possible have no fruits at all, and it can also have more fruits added)
I'm currently stuck where the workflow produce error at join tool because the basic table for grape has no data.
If u guys have any questions or confusion feel free to reply and thank you for your time