For each row - read only last 5 numeric characters

Hey @andrew.haworth,

Use the below method

row("name").ToString.Substring(row("name").ToString.Length-3)

Thanks,
Sanjit