Hi alb52547777,Alternatively, you can modify the data in transition using SQL activity like this,UPDATE <%= vars.tableName %> SET semail = RIGHT(semail, '10');UPDATE <%= vars.tableName %> SET semail = concat('61', semail) where length(semail) < 11 ;Where in the first line->semail is the column name...