Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an output from the component tParseRecordSet which has 5 columns, let's say A, B, C, D, E.
Column E is the updated time of each record.
Now I want to get the most update D for each group (group by A, B)
Question: what component should I use to achieve this? Because the data is not in the database, I can't directly use SQL statements to do it.
Any help is greatly appreciated. Thanks!
Thanks for your reply. I tried same way as you said... The following is the error message:
Unparseable date: "2017-04-03 21:08:37.0"
Unparseable date: "2017-03-29 10:20:20.0"
Unparseable date: "2017-04-03 21:08:37.0"
Unparseable date: "2017-03-29 10:20:20.0"
Unparseable date: "2017-04-03 21:08:37.0"
Unparseable date: "2017-03-29 10:20:20.0"
The datatype of Field D in my case is timestamp, but as it's from the previous component tParseRecordSet, so typr of field D in tParseRecordSet is Object. Thanks!
just convert it in the schema or I need to add another component?