I have several attribute names with (german) special signs which I want to rename. For example:
gefällt -> gefaellt
Fälldatum -> Faelldatum
Höhe --> Hoehe
The "ä" and "ö" should be replaced with "ae" or "oe" so that the resulting attribute (after -->) will be gefaellt, Faelldatum and Hoehe.
A solution for changing attribute values was already posted here:
https://knowledge.safe.com/AnswersQuestionDetail?id=906a0000000d1MEAAY&s=2& (https://knowledge.safe.com/AnswersQuestionDetail?id=906a0000000d1MEAAY&s=2&)
One possible way was: Create an attribute with the AttributeCreator and then use:
@Evaluate(
But how can I change the attribute names itself? Is there a way to do it with the BulkAttributeRenamer? It has a regular expression replacement, so I think it might be possible to use this.
Any suggestions are welcome. Many thanks!
Kind regards
Thomas