Skip to main content

Hi Everyone

I have .txt as attached, the first line is the schema and separated with "tab" space. I can open this is in excel like .csv however I want to read this in FME and create attribute for each schema at first row. I tried attributesplitter with "tab" as delimiter but it seem not as what I want. Can anyone show me how to do it?

the input file

 

Expected attribute to be in FME to process

Thanks.

You can use a csv reader to read in the text file


It doesn’t work on my FME 2016.


It should work in FME 2016 too, if you set "tab" to the Separator Character parameter explicitly when adding the CSV reader to the workspace.


Reply