Skip to main content
Solved

Exporting to GDB from multiple sources - only attribute info is visible and no geometry

  • April 2, 2024
  • 1 reply
  • 46 views

abnan0001
Supporter
Forum|alt.badge.img+9

Hello All
I need your guidance to correct this issue..

  • I have few polygon layers with limited infomation in the layers.
  • I have an excel master sheet with complete details and common field is species name 

    so , I have used feature joined after some transformation and got all details connected to layer..

    Now , The issue is when i have exported it to gdb , everything is blank without geometry and only attributes are visible for polygon layer..
    I want to project it to LL84
    I have attached workspace template and error screenshot
    I shall be thankful for suggestion
     

     

Best answer by nielsgerrits

I prefer to use a FeatureMerger instead of the FeatureJoinder. Geometry = Requestor, excel = Supplier. Right now, the records without geometry from Left overwrite the geometry of Right.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+61
  • Best Answer
  • April 2, 2024

I prefer to use a FeatureMerger instead of the FeatureJoinder. Geometry = Requestor, excel = Supplier. Right now, the records without geometry from Left overwrite the geometry of Right.