Skip to main content
Question

Is there a possibility to read text files structured in columns rather than separated with commas with FME ?

  • October 2, 2012
  • 3 replies
  • 36 views

jeff_konnen
Participant
Forum|alt.badge.img+1
Is there a possibility to read text files structured in columns rather than separated with commas with FME ?
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

Forum|alt.badge.img+4
  • October 2, 2012
I believe so.

 

 

Have you heard of the following Evangelist article describing Column Aligned Text (CAT)?

 

 

http://evangelism.safe.com/fmeevangelist90/

 

 

If not, enjoy!

jeff_konnen
Participant
Forum|alt.badge.img+1
  • Author
  • Participant
  • October 2, 2012
Thanks Kathy, that's what I was looking for

  • October 2, 2012

Jeff,

 

 

Just one thing to be aware of with the CAT reader is that if you have particulalry long strings (such as coordinate lists desribing complex polygons the CAT reader will truncated the field sizes to a default size even if using a singular column.  When using the CAT reader we for such a scenario I ended up opening the .fmw file in a text editor and replacing the default length with a longer value.

Cheers

 

 

James