Solved
When translating a shapefile to Postgres Geodatabase, the records get created in the writer with the mandatory attributes (Objectid, SHAPE, st_area, st_length) but none of the other attributes get populated (all show as Null). Anyone know how to fix
Best answer by trentatsafe
To give an update on the answer to this question:
The issue that was occurring was as a result of a bug. The Shapefile attributes were being converted to lowercase during the writing process, even though the source schema was upper case. This has been filed as a PR(PR#78996).
The workaround, for the time being, is to use a BulkAttributeRenamer to change the character case of the attributes before the writing this will ensure the feature's attributes are correctly populated by the writer.
I have attached this question to the PR and will update this posting as more information becomes available.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.