I have an excel with different types of produce like apples, grapes etc.
I have to create a csv file if the produce equal to Apples and create a file with that name.
I am able to create the files. But inside the file it is writing as follows:
![image](https://global.discourse-cdn.com/uipath/original/4X/e/5/b/e5b2ebf3051903fe2697bd8b6a4112c2f7e0c096.png)
![image](https://global.discourse-cdn.com/uipath/original/4X/0/b/c/0bce514c70746eee2df0fc852949d9ba2aba5b8b.png)
So I have to have only the records of Apples-MISC if the file is Apples-MISC, if the file is Citrus-Orange I should only have Citrus-Orange inside but not other records. How can I achieve this. Appreciate all the help.
Thanks