Solved

How do you populate missing/null feature attributes from values of a single feature?

  • 8 December 2021
  • 3 replies
  • 5 views

Badge +1

Here is another simple-yet-not question:

I am working with a large pdf and want to populate pdf_document_info_metadata attribute values for every feature.

 

I have tried: FeatureMerger, Joiner, Aggregator, AttributeValueMapper, NullAttributeMapper, AttributeManager (trying to use Adjacent Feature) etc.

 

This should not be that hard, but I'm at a loss. Any ideas?

 

Thanks,

@lorenrouth​ 

icon

Best answer by nielsgerrits 8 December 2021, 20:32

View original

3 replies

Userlevel 6
Badge +32

FeatureMerger with values 1 for both Requestor and Supplier. (Like 1=1, it will match the supplier to each requestor.)

Badge +1

FeatureMerger with values 1 for both Requestor and Supplier. (Like 1=1, it will match the supplier to each requestor.)

Hi @nielsgerrits​ ,

Yeah, I tried that first but it didn't work. Here are a few screenshots:

 

popfeature1popfeatureI merged on the Counter value as well as fme_feature_type, but no dice.

 

 

Badge +1

Hi @nielsgerrits​ ,

Yeah, I tried that first but it didn't work. Here are a few screenshots:

 

popfeature1popfeatureI merged on the Counter value as well as fme_feature_type, but no dice.

 

 

Wait, you mean actually using "1" to join on! OK it works now.

 

Thanks!

Reply