Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Have look to tAggregateRow for that.
Have look to tAggregateRow for that.
Thank you TRF. That worked.
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