Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 DEV4
		
			DEV4
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello All,
I have a requirement where I'm extracting the data from a excel file and loading that to target oracle table. Below is how my data looks like.
If there are multiple records I need to pick the record with max APPLICATION_SUBMIT_DATE and load only that particular record to the target table.
Please help me how to achieve this. If you can provide me the flow screenshots that will be of great help.
Thank you.
 TRF
		
			TRF
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Have look to tAggregateRow for that.
 TRF
		
			TRF
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Have look to tAggregateRow for that.
 DEV4
		
			DEV4
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank you TRF. That worked.
 TRF
		
			TRF
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 DEV4
		
			DEV4
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi TRF,
Can you please help me with this scenario. I have another scenario with the same file.
If there are multiple records per Prospect_ID and if the APPLICANT_SUBMIT_DATE is null, we need to load to target the record where Decision = Y and if more than one row exists with Decision = Y then take the record with maximum Application_Start_Date.
Thanks
