Convert String to Int SSIS

Viewed 16689

I have an string of original source and into destination table It was decimal(5,2), I try to change it with a rule

enter image description here

But when I run task It always fail, can someone help me what is wrong there?

Update

I also try (DT_DECIMAL,2)TRIM(NAME1) but It still fail

2 Answers
Related