Hi all -
I need help with splitting my data file into different tables split by column. I need all columns with one data source together and the others together, but right now they are in the same file.
| Apples | Apples | Banana | Banana |
| data | data | data | data |
Make it to:
and
I dont want to merge the data -> just seperate it out into different tables