Hi,
I have an array that has 10 elements. I want to be able to group all the same elements together and place them into separate csv files. My questions is how do I separate the elements. I am at a loss and I have tried about everything. The array pulls from a query.
the array will look like this
{apple banana pear fruit}
{aa bb cc fruit}
{greens celery turnips vegetables}
{xx yy zz vegetables}
I want the fruit to be sparated into one file and the vegetables in another.
Your assistance is greatly appreciated