Question

how can i change incoming data from - to _

  • 22 April 2020
  • 1 reply
  • 3 views

Badge +3

I am looking to change the RouteName column (incoming website data) from - to _ format using FME workbench 2019 2.3.1 . What transformer would complete this task? would StringFormatter work?


1 reply

Badge +2

Hi @curtisshane,

The StringReplacer should do the trick! You should be able to use either mode (Replace Text or Regex) to accomplish this.

Reply