Hi:
I have a tab-delimited file that I need to work on.
In some cases, there is a number - tab - number sequence.
In other cases, there is a number - tab - alpha character or 'space' sequence.
In the first case, I'd like to delete the tab and concatenate the two numbers together.
In the second case, I'd like to just delete the tab.
I'm sure there is a way to do this, but I would v. much appreciate any help.
Thanks!
db
I have a tab-delimited file that I need to work on.
In some cases, there is a number - tab - number sequence.
In other cases, there is a number - tab - alpha character or 'space' sequence.
In the first case, I'd like to delete the tab and concatenate the two numbers together.
In the second case, I'd like to just delete the tab.
I'm sure there is a way to do this, but I would v. much appreciate any help.
Thanks!
db