Hi Ben,<br><br>Instead of this <br><br>outputfile ofiles[]<simple_mapper;prefix="out",suffix=".txt">;<br>foreach file,i in files {<br>        ofiles[i]=fileWc(file);<br>}<br><br>I use this foreach loop which works correctly for me (but I don't get the output array, only one at a time, still ok anyways)<br>
<br>foreach f in files {<br>  countfile c<regexp_mapper;source=@f,match="(.*)",transform="\1.sort">;<br>  c = fileWc(f);<br>}<br><br>I am using the 2nd loop, hence I don't have the log for previous one. I can recreate if you need?<br>
<br>About csplit, yes, variable number of files, not only 99 as in my example. I think I can use Mike's suggestion: wrap csplit with an ls, get the output and load into another mapper. That should work.<br><br>Thank you very much<br>
<br>Regards<br><br>Quan Pham<br><br><div class="gmail_quote">On Fri, Feb 22, 2008 at 6:14 AM, Ben Clifford <<a href="mailto:benc@hawaga.org.uk">benc@hawaga.org.uk</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
<br>
On Thu, 21 Feb 2008, Quan Tran Pham wrote:<br>
<br>
> My simple wc swift script is below, and I keep getting the error: "Missing<br>
> -if argument", can anyone help me with that?<br>
<br>
</div>Have you successfully run any other SwiftScripts with the same<br>
install/version and on the same site?<br>
<br>
What version are you using?<br>
<br>
Are you running locally or sending to a remote site?<br>
<br>
What do you see from ls -l ./data/<br>
<br>
Please send a log file from such a run.<br>
<font color="#888888"><br>
--</font></blockquote></div><br>