Apply a filter to include only records where order value is greater than 100
Count the total records where either ID or name is not null and ensure name is distinct
Extract data from AUTO_PRODUCT_CATEGORIES_H using 'OracleConnection'
Create a mapping reading from Merch_Inventory_Table through OracleConnection. Trim all fields. Use a router to direct records to two output groups: Extract the year from the DATE_VAL field using the GET_DATE_PART function and include it in both output groups. First output group should contain records where QUAN is greater than 0 and year is 2025. Second output group should contain records where QUAN is less than or equal to zero and year is less than 2020. Write records from 1st group to Group1 in OracleConnection and 2nd group to Group2 in OracleConnection.