Hi,
I'm using the BulkAttributeRenamer to get rid of special characters in multiple attributes using regular expression.
My expression looks something like this and initially I had no problems. <|/|\.|>|\*|ä|ö|å|\+
Suddenly my workflow didn't run anymore and I received the following errors.
An error occurred. FME will attempt to provide more information on the error, but this may cause the translation to be terminated
invalid vector<T> subscript
It seems that the problem is the symbols <, >, * and I have tried to escape them but without luck.
I also find it extremely weird that it worked one moment and didn't the next.
Does anyone know of a workaround so I can get rid of these characters and symbols.
Thanks!
/Jacob