I have a simple workbench taking an ArcSDE spatial table as input. In this table, I have a string field I want to fill with 2 digits. This field already has values, but a lot of them are only coded on 1 digits (1,Z,a...).
I thought of insert a left pad and replace this pad with a digit of my choice (0 or Z) to make my field homogeneous.
But the StringPadder doesn't work...

Does it make sense ? Any idea ?
Thanks a lot,
François