I have a layer that was created with the tiler transformer and rather than column (0 - n) I want to covert them to an alpha equivalent i.e. 0 => A, 25 => Z, 26 => AA etc
Does anyone have a approach for this please?
I have a layer that was created with the tiler transformer and rather than column (0 - n) I want to covert them to an alpha equivalent i.e. 0 => A, 25 => Z, 26 => AA etc
Does anyone have a approach for this please?
StringPairReplacer should do this for you.
You have to provide the replacement pairs separated by spaces.
StringPairReplacer should do this for you.
You have to provide the replacement pairs separated by spaces.
Thanks @caracadrian i think that could work nicely cheers Dean
You could also use a character code replacer to convert