Skip to main content
Solved

Reading a tsv file

  • September 5, 2024
  • 2 replies
  • 70 views

p15rajan
Contributor
Forum|alt.badge.img+7

Hello there,

 

How can I read a tsv file in FME? Do we need  to use csv format only:?

 

Thanks,

Siva

Best answer by mark2atsafe

Yes, you can use the CSV format and just change the delimiter in the parameters dialog.

There’s also a CAT (Column Aligned Text) format too, if the contents are aligned like that.

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

mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • Best Answer
  • September 5, 2024

Yes, you can use the CSV format and just change the delimiter in the parameters dialog.

There’s also a CAT (Column Aligned Text) format too, if the contents are aligned like that.


p15rajan
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • September 5, 2024

Thanks very much for your prompt reply