Hi Experts,
I am reading a fixed width flat file of 200 characters. The requirement is that if there are any records
of less than 200 -> reject it and load it in error file
of more than 200 -> reject it and load it in error file
equal to 200 -> let it load to the target table.
Is there any way we can achieve it in ODI tool? Any quick help is highly appreciated!