• In the Derived column transformation you add 3 rows.

    and the expression for DRU would be a very simple one.

    Cost == "DRU" ? Values : NULL(DT_I4)

    Of course repeat the process for the Disk and Tape by adding 2 more derived columns.

    Edit: Added Image