Convert DT_text to DT_WSTR

I have a datatable that contains DT_Text scraped from a website. I need to insert into sql table but get error due to type conversion. I need to convert each value in my datatable to DT_WSTR.

Any help on this would be much appreciated