Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have to do this work. Here I have columns like this. Now, I need to do transformation such a way that separate consolidation on basis of amount and week wise. Additionally, one more record need to create based on last 2-3 days of week 4 consolidation data. I uploaded data with this.
columns-Order date,week,amount,product
How to do this in Talend.
Hello,
Do you mean you want to consolidate the last two weeks amount?
Best regards
Sabrina
Hi Sabrina,
Thanks for response.
No, I want consolidation from last 2-3 days of each week.
Week 1- Last 2 to 3 Days consolidation of that week
Week 2- Last 2 to 3 Days consolidation of that week
Week 3-Last 2 to 3 Days consolidation of that week
Week 4-Last 2 to 3 Days consolidation of that week.
Please help me on this.
Regards,
Jagadesh
Hello,
Here exists a tAggregateRow component which receives a flow and aggregates it based on one or more columns.
For each output line, are provided the aggregation key and the relevant result of set operations (min, max, sum...).
Let us know if it is Ok with you.
Best regards
Sabrina