Skip to main content

I have 100's of ASCII file containing coordinates which have no column names. I need to add "X Y Z" to the first line of every file. How could I do this with fme 2016?

One possible solution is to use a Text File reader and specify to read the whole file at once:

Before a Text File writer, insert an AttributeCreator (or something similar) that modifies text_line_data:


Hi @robertdbuckley,

Another possible solution is the Column Aligned Text (CAT), where you can define the columns names in the reader parameters.


Reply