I have a kettle transformation which has a csv file input step. I would like the transformation to just skip all the subsequent steps in the transformation if the csv file has no data (empty). Is there a way to achieve this?
0
votes
2 Answers
1
votes
Try the step "Detect Empty Stream" and check for NULL condition for any one of the columns from the CSV.
Appending a link from PDI Wiki: http://wiki.pentaho.com/display/EAI/Detect+empty+stream