Skip to main content
Hi

 

 

I'm looking for the button/setting that allows you, when you have no data in some columns or rows or a zero value, to not put in -9999 and will just leave the cell empty or with a zero value.
Hi,

 

 

the question is about which transformer?

 

 

Takashi
Hi Takashi

 

 

Using featuremerger or joiner.
FeatureMerger and Joiner have no function to replace attribute values. Consider adding other transformer (e.g. AttributeValueMapper) to do that after merging / joining features.

 

 

Takashi
...if you mean NODATA value of a raster data, also have a look at RasterBandNodataSetter or RasterCellValueReplacer.
Hi

 

 

Thanks Takashi

 

 

I'll give them a go :)

 

 

Many thanks
Hi,

 

 

depending on your data, there is also the NullAttributeReplacer to consider.

 

 

The FME Store also contains a NullAttributeRemover, if you need to remove the attributes completely (useful for writing NULL values to database tables).

 

 

David

Reply