There may be an obvious answer but it's escaping me right now. I converted an angle field using the AngleConverter from Decimal Degrees to DDMMSSSS. What I want to do is split split those values out so that I can put the DD in one column of the target, MM in another, and SSSS in another. There's no delimiter so using the AttributeSplitter didn't seem to be the answer. If anyone has any advice, that'd be great.
Thanks!