Solved

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

  • 2 April 2024
  • 1 reply
  • 16 views

Badge +4

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
     

     

icon

Best answer by nielsgerrits 2 April 2024, 15:32

View original

1 reply

Userlevel 6
Badge +33

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.

Reply