Hi,
I have a csv which I need to search for specific dates, and then the rows of the databse that match these dates are then output to a new csv file just contains these rows.
The problem is that in some cases there are no rows that match the dates, and in this case it creates an empty csv file. Is there a way I can conditionally check if the row filter produces an empty table, and if it does, then break the loop and continue to the next date?
Thanks,
Phillip