Given that this is such a basic issue, I hope that there is a very basic solution as well. Is there?
At the moment, my solution is to have a second identical workspace, but with the offending attribute names set to lowercase. Not ideal...
Given that this is such a basic issue, I hope that there is a very basic solution as well. Is there?
At the moment, my solution is to have a second identical workspace, but with the offending attribute names set to lowercase. Not ideal...
Take a look at the BulkAttributeRenamer, it can e.g. make all your attribute names lower or upper case in one go.
David
I have the same problem as arnold and can fix it with his answer. Problem is, that I have a lot of attribute names in lot of feature typs. Because the source data comes from different external companis, the upper/lower case can appear in different forms.
Is there no way that FME ignores the case sensitivity for the complete workspace?
I have the same problem as arnold and can fix it with his answer. Problem is, that I have a lot of attribute names in lot of feature typs. Because the source data comes from different external companis, the upper/lower case can appear in different forms.
Is there no way that FME ignores the case sensitivity for the complete workspace?
I have the same problem as arnold and can fix it with his answer. Problem is, that I have a lot of attribute names in lot of feature typs. Because the source data comes from different external companis, the upper/lower case can appear in different forms.
Is there no way that FME ignores the case sensitivity for the complete workspace?
I tried your workaround and the AttributeFilter and AttributeRenamer works for the <missing>. I can see that the datasets run thru the workspace. There is no error but the value of the attribute is still <missing> at the end. It seems, that the value never gets into the workspace because of the wrong AttributeName.
How can I get this value?
Edit:
Found the solution for me. I add another attributename in the reader. Now I have two, "GlobalID" and "GlobalId". I got the value and can do the Filter and Renamer afterwords.
https://knowledge.safe.com/questions/25260/how-do-i-change-one-attribute-in-a-reader.html