Working on setting up record count match betweej source and target after ETL job compeletion. tflowmeter catcher hold the record count, but I need to match this value to the record count from source data (for which I have used toracleinput with "select count"). when merging this count and record count from tflowmeter catcher, it takes null values (probably due to non matching field columns. has anyone coded something to do a etl record check at the end. I used with Talends Tjava & Tjavarow componets but get some "left had side assignement errrors". I also notice that sometimes tflowmeter catcher does not read any records (0 records on data flow - am I doing something wrong?) Assuming talend as a ETL tool should have record count check somewhere that I can use to trigger mails on pass or fail (with log)