Question

How to assigned network type based on voltage value in FME?

  • 12 April 2016
  • 3 replies
  • 0 views

Badge

Hi,

I am using FME for migrating ESRI shape file data into Smallworld.

I want to assigned Networktype based on Voltage field.

I want give network-type based on Voltage value Ïf voltage is "386.00KV,154.00KV" NetworkType is HV,If Voltage 36KV, 15.8KV, 6.3KV then networkType is LV.

How can i give this in FME using transformers.

Thanks in advance for your help.


3 replies

Userlevel 2
Badge +17

Hi @mahendra30627, there are several ways. Just an example, you can use the AttributeCreator with conditional value setting.

Badge

Thanks takashi

Badge +2

Hi @mahendra30627, there are several ways. Just an example, you can use the AttributeCreator with conditional value setting.

I'd also look at the AttributeValueMapper as I've seen previously the the conditional value can be slower in some circumstances especially processing larger number of features.

Reply