Question
loop through a csv file and return the number of rows in it?
What would be simplest way to loop through a csv file and
return the number of rows in it?
<cffile action="read" file="#filename#" output="#csvstr#" >
<LOOP THROUGH AND COUNT ROWS>
<cffile action="read" file="#filename#" output="#csvstr#" >
<LOOP THROUGH AND COUNT ROWS>
