Question

I have an empty fgdb with many datasets and attributes, but no data. Problem is that every field is lower case and I would change them in Uppercase.

  • 23 March 2021
  • 2 replies
  • 0 views

Badge

I want to prepare the mapping from 1 oracle database (11) to another (19). Problem is that the 19-database is not installed yet, and the only way of preparing the migration is from Oracle 11 to a fgdb, which have alle the attributes lower case.

 

Thanks.Capture


2 replies

Userlevel 1
Badge +10

You can use a BulkAttributeRenamer to change all the names to uppercase

Badge +2

@mvloenhout​  Connect your source feature type (Oracle 11 uppercase) to your target File Geodatabase (lowercase) Feature Type. Right click on the connector. Select Auto Connect Attributes. That will connect your upper to lower case attributes. If you want to see what was changed you can right click the connector again and select Replace with AttributeManager.

Reply