Skip to main content
Question

'FeatureJoiner' attributes from left joined data only showing in the 'Feature Information' box and not in the 'Attribute Table'

  • November 16, 2020
  • 3 replies
  • 129 views

cshir065
Forum|alt.badge.img

Hello there, I have a question about how the attributes are displayed in the 'FeatureJoiner'. I did an inner join (pic- feature joiner parameters box) with my two dataset and selected the join port. I viewed the data in Data Inspector and found the attributes from both datasets are not displayed in the attribute table (pic- 2nd picture, only displaying attributes from the right dataset) but only in the 'Feature Information' box (pic- attributes displayed from both).

 

My question is, how do I get both features to display in the attribute table?

 

featurejoinerparametersRightAttributesBothAttributes

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.

3 replies

bwn
Evangelist
Forum|alt.badge.img+26
  • Evangelist
  • 562 replies
  • November 17, 2020

The second picture does not appear to be the output of the "FeatureJoiner" Transformer but is instead the output of "MetersChanged11162020_diffADDR" (presumably a Reader).

 

So the data being inspected is instead probably the Right Features Input, rather than the FeatureJoiner Output.


davtorgh
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 105 replies
  • November 17, 2020

Hi @cshir065​ ,

 

in the Data Inspector, when attributes are not shown in the attribute table but only in the feature information box, is because they need to be exclicitly exposed. Are you sure that all attributes you need are shown in the attribute table before the FeatureJoiner? Maybe you could use some Inspector before the FeatureMerger to debug the issue and use an AttributeExposer if needed.

 

Hope that helps!

 

screenshot.1


cshir065
Forum|alt.badge.img
  • Author
  • 24 replies
  • November 17, 2020

The second picture does not appear to be the output of the "FeatureJoiner" Transformer but is instead the output of "MetersChanged11162020_diffADDR" (presumably a Reader).

 

So the data being inspected is instead probably the Right Features Input, rather than the FeatureJoiner Output.

Thanks, @bwn​  and @davtorgh​ 

I went back and checked the attributes at each transformer after the FeatureJoiner and realized it was an issue with the Excel Writer I was using. I had to expose the attributes from the left join and everything worked! 👍