I have a list of items in a text file separated by 1 (one) tab character like this:
item one[tab]item two
Each item doesn't have the same length in characters. So a traditional column selection doesn't work. The block selection must stop at the "tab" character at each line.
How do a do it?
I'm using Windows 7. I would prefer to use a text editor than a spreadsheet program (as i already though of that).
User "Paul Lammertsma" offered a partial solution. I'm still hoping for a complete solution. I decided to add this comment and clarify my question a lit bit.
