Skip to main content
Question

replace string with tab dont work/ or how to?

  • February 7, 2020
  • 2 replies
  • 89 views

ronnie.utter
Contributor
Forum|alt.badge.img+11

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.

 

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.

2 replies

Forum|alt.badge.img+2
  • 1891 replies
  • February 7, 2020

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


ronnie.utter
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 37 replies
  • February 7, 2020

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