I have a Java program which takes input from 15k lines to give an output of 1500k lines. It takes 4 input arguments which are Name of the input file, Name of the output file, int, and int.
The program is executing perfectly, but my problem is, now I have to execute this program in Talend and this is the first time I am working with it.
Is it even possible to implement the entire Java code in Talend without making any changes to it?