I am having a small ETL mapping in SAP BODS where the Source table data is loaded into the target table. But there are chances where some rows might be having some errors and may be skipped.
I want to store the count of all these rows that are skipped by BODS into another table(C).
Can someone please help me with this?