Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to take the latest file from the directory.
What i am doing is tfilelist>tfileproperty>taggregaterow>tlogrow
in taggregate i am giving mtime as max.
but I am not getting desired result all the file are displaying in console
I tried one approch and got the desired result.
In case ,anyone have any other idea let me know.
what i did is:
tfilelist -- > tfileproperty --> tbufferoutput
|
subjobOk
|
tbufferinput --> taggregaterow(kept mtime as max and abspath as last) -->tlogrow.
Hi Pri_passion,
maybe something like this: https://community.talend.com/s/feed/0D73p000004kFhUCAU
Just change Order by to By modified date, and Order action to DESC in tFileList 🙂
Regards