Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Darmesh
Contributor III
Contributor III

How to start the process based on the data available in excel

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 run0683p000009LyC2.png0683p000009LyC7.pngInput 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.

Labels (2)
7 Replies
manodwhb
Champion II
Champion II

@Darmesh, you need to take two flows as shown in below.

0683p000009Ly8u.png

Darmesh
Contributor III
Contributor III
Author

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 error0683p000009LyCH.png0683p000009LyCM.png0683p000009LyCW.png

 

How to the 2nd steps. (i.e) automatically delete the data after the process is completed.

manodwhb
Champion II
Champion II

@Darmesh,insted of >= can you use > in run if condition and let me know?

Darmesh
Contributor III
Contributor III
Author

Yes. That is working fine. But can you tell me how to empty the data in a
file after the load is completed.
Darmesh
Contributor III
Contributor III
Author

@manodwhb @TRF

 

Can you help me on this.

how to empty the data in a file after the load is completed.

manodwhb
Champion II
Champion II

@Darmesh,you can move the to archive in tPost job using tFileArchive.

TRF
Champion II
Champion II

Create a new one