Hi All ,
My scenario is JDBC to SFTP scenario.
We took data from database and splitted into 6 files.
But there is duplication in our files. For example 10 lines come to file with the same ProductName.
How can I reduce the 10 lines to 1 line?
How can I avoid duplication with mapping?
Thanks in advance