Skip to main content
Question

hi, how can I read a tab deliminted txt file and convert to a table?


hi, how can I read a tab deliminted txt file and convert to a table?

3 replies

erik_jan
Contributor
Forum|alt.badge.img+17
  • Contributor
  • July 22, 2016

Use the Text Reader.

Then split the text_line_data attribute using the AttributeSplitter (delimiter tab: \\t) adding the values to a list.

Use the ListExploder to create features per list element.

Write the features to a table.

See attached images:


takashi
Influencer
  • July 22, 2016

Hi @myme, you can use the CSV reader with setting 'tab' to the 'Separator Character' parameter.


taojunabc
Participant
Forum|alt.badge.img+6
  • Participant
  • July 23, 2016
takashi wrote:

Hi @myme, you can use the CSV reader with setting 'tab' to the 'Separator Character' parameter.

Oh, This is a good way.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings