On Tue, Dec 31, 2002 at 01:33:19PM +0000, hrishy wrote:
> Is there anyway to convert a fix width file containing
> records to a tab deleimited file..
Yes - that's easy enough with Perl or even awk.
> somthing like this
>> input
>> 1helloworld100
> 2helloworld300
> 13hello 400
> 4world 500
> 5hw 700
>> output
>> 1 helloworld 100
> 2 helloworld 300
> 13 helloworld 400
That's a whole different ballgame however, because the example you gave
isn't fixed width - the line beginning 13 doesn't match the others, and 13
has hello in the input but helloworld in the output. If the real file is
like that, Perl could handle it quite easily (except the hello -> helloworld
bit) by using regex but perhaps there's something else you're not telling us ?
Niall
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!