<html>
<!-- BEGIN WEBMAIL STATIONERY -->
<head></head>
<body>
<!-- WEBMAIL STATIONERY noneset -->
<DIV></DIV>
<P>It looks like the last field is just a string with spaces at every 7th character.&nbsp; It should be easy to split such a string into an array.&nbsp; Will that fix it?</P>
<P>&nbsp;</P>
<P>If you actually have empty fields, then you could do the reverse with the non-empty fields and combine them into an array.</P>
<P>&nbsp;</P>
<P>I don't know what programming languages you use, but this should be easy in PHP, Java, C#, or JavaScript.&nbsp; I haven't used PERL for so long, I can remember anything about it, but I suspect it is just as easy to do in PERL or any other programming language.</P>
<P>&nbsp;</P>
<P>Carl Olsen</P>
<P><A href="http://www.carl-olsen.com/">http://www.carl-olsen.com/</A></P>
<P><BR>&nbsp;</P>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">-------------- Original message from Dave Weis &lt;djweis@internetsolver.com&gt;: -------------- <BR><BR><BR>&gt; <BR>&gt; I have a small file processing problem. I have a file consisting of rows <BR>&gt; like this: <BR>&gt; DESMIAAW RT 6650 ASHWORTH RD WDMNIAAQ 410701 410702 <BR>&gt; 410704 410801 <BR>&gt; 410803 411101 <BR>&gt; <BR>&gt; DESMIAAW DSLAM 7410 ASPEN DR WDMNIAIA ADSL 410801 <BR>&gt; The first row has a variable number of 6 digit numbers at the end, the <BR>&gt; row after doesn't have that. I need to end up with the row "normalized" <BR>&gt; so if it gets in a row with 6 numbers at the end, I want six rows out <BR>&gt; with each number in the sequence at the end. There can be up to 9 of the <BR>&gt; numbers at the end. <BR>&gt; <BR>&gt; I can do something similar in perl or awk but never bothered to learn <BR>&gt; how to do the variable number of repeating numbers bit. <BR>&gt; ____
___________________________________________ <BR>&gt; Cialug mailing list <BR>&gt; Cialug@cialug.org <BR>&gt; http://cialug.org/mailman/listinfo/cialug </BLOCKQUOTE>
<!-- END WEBMAIL STATIONERY -->

</body>
</html>