IN your case debugging anch check if Datatable / Column is really null and find out why would be the best next step. Is “Debit(Withdrawal)” really the Coumnname. Otherwise you can also try to use the columnindex instead.
AS @ppr said, run in debug mode and when you get an error, in the variable screen on the left, check the ItemDT variable, to see if it actually has that column.
Sometimes debug mode can be a little slow, so another way to check it, would be adding some “Write to CSV” activities, in different stages of the workflow. Then you can review them and see what is happening with that column.
Also, check and make sure that the column name in your reference matches perfectly to the one in the datatable.