Skip to main content
Question

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

  • April 12, 2016
  • 3 replies
  • 52 views

Forum|alt.badge.img

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.

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

takashi
Celebrity
  • April 13, 2016

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


Forum|alt.badge.img

Thanks takashi


Forum|alt.badge.img+2
  • April 13, 2016

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.