I want to redirect data in two destination files for same condition e.g isnull(field1) then redirect data to file1 and file2 and for not(isnull(field1) this data is suppose to redirected to file3.
I am facing issue with first query, I am using two output names with same condition,but it is redirecting data in only one of file1 or file2 depending on order.
Can anyone tell me how to achieve this or any other alternative.