Get Data from txt file with multiple delimiters

Hi

In Excel I am Getting data from a txt file. When I use Get Data I get the data in one column. i think this is because there are multiple delimiters.

How do i dynamically deal with a variety of delimiters in a txt file so that I get the data in table?

Thanks

Dedns TEXT.TXT (768 Bytes)

Allister

Hi @AllisterB,

My first impression is that you could be dealing with a fixed width format, not delimited data.
Explore this video if that’s the case

I hope this is helpful

2 Likes

Hi @AllisterB,
To get to the solution for this example file, it helped me to open the file in the Notepad++ application and show all the characters:

The dots are spaces and the arrows of different sizes are tabs.

Regards
Get Data txt file with multiple delimiters_JAFP.pbix (97.5 KB)

1 Like

This tutorial was so good - I learnt heaps - thank You

1 Like

This was helpful - thank You

Your post got me thinking along theright lines.

1 Like