Question

replace string with tab dont work/ or how to?

  • 7 February 2020
  • 2 replies
  • 10 views

Badge +1

I have text input that are comma seperated like this:

1000,6617598.796,1468321.754,128.660,62

And my desired output should be tab seperated but I dont succed doing that with StringConcatenator.

It should be pretty easy =)

I am attaching a zip with 3 files

1. "Text_in" ( Input file)

2. "Text_out" ( FME generated output file)

3. Correct desired output "correct_output."

4. A FME template with the input file with some annotations.

 


2 replies

Badge +2

@ronnieutter Try using StringReplacer and for the Replacement Text use the Text Editor to select the Tab character

Badge +1

thank you @markatsafe. Of course this is the solution =) Have a great day

Reply