Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
1. I want to start the process if there a data in the excel sheet. If there is no data in excel then the process should not runInput data in date formati
2. If there is data and then process will start. and after the process is completed, I want to empty the input excel.
How to do this in Talend.
@Darmesh, you need to take two flows as shown in below.
If my input excel does not have any data. it should not go to the next process.
it is going to the next process and throwing null pointer error
How to the 2nd steps. (i.e) automatically delete the data after the process is completed.
@Darmesh,insted of >= can you use > in run if condition and let me know?
@Darmesh,you can move the to archive in tPost job using tFileArchive.
Create a new one