CharacterCodeExtractor
Extracts the integral character code of the first character in the source string attribute, and adds its integer value in the character set to the feature as another attribute.
People Who Used This Transformer Also Used - See All Transformers
Related Resources
Trimming invalid unicode - FME Community
Trimming invalid unicode. Hi All, ... Another option would be to trim the very last character of the string, extract its code with CharacterCodeExtractor, ...
How to replace characters(like A-Z) in a string with their ...
This is a possible way - split the string into individual characters, extract their ASCII code (CharacterCodeExtractor), then concatenate them (Aggregator).
Alphanumeric filtering AA,AB,BA etc best approach - FME ...
Hi @andyew, the character codes of uppercase English alphabets are sequential numbers starting with 65, and the CharacterCodeExtractor transformer can be used to ...
Use the CharacterCodeExtractor in FME
Download our fully-functional FME Desktop trial, free for 30 days. No credit card necessary. Start integrating!