Hello All,
I’m having an issue where SchemaMapper prefix whitespace (space) when using fmeexpression=.
I attached a sample workspace and would appreciate if anyone could test before submitting ticket.
This issue came apparent after upgrading to FME 2023. for example: col0=’2’, col1=’3’-->using “fmeexpression=@Evaluate(@Value(col0)+@Value(col1))” returns value “ 5” or “fmeexpression=@Evaluate(@Value(col0)@Value(col1))” returns value “ 23”
Previously, using “@Evaluate(rreturn “@Value(col0)@Value(col1)])” returns value “23”.
I know 2023 introduced new functionality to SchemaMapper, per transformer help doc and https://support.safe.com/hc/en-us/articles/25407523665165-SchemaMapper-Advanced-Schema-Mapping.
Would appreciated if someone could test before submitting ticket.