I need help here
Posted: 06 Oct 2011 23:26
Hi All,
I want to split below contents of source.txt,
The numbers are price and the alpha are product name:
I want the output to be like this(tab delimited):
I tried everything I know but no luck for me, is there a way?
I want to split below contents of source.txt,
Code: Select all
0.99Flakes in oil
2.99Safe Guard
0.0035Fleeming
12.999Tissue Holder
123.25-Oasis
1245.88 Amnna
The numbers are price and the alpha are product name:
I want the output to be like this(tab delimited):
Code: Select all
Price Product Name
0.99 Flakes in oil
2.99 Safe Guard
0.0035 Fleeming
12.999 Tissue Holder
123.25 Oasis
1245.88 Amnna
I tried everything I know but no luck for me, is there a way?