Skip to main content
nikos101
Inspiring
February 18, 2009
Question

loop through a csv file and return the number of rows in it?

  • February 18, 2009
  • 1 reply
  • 344 views
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>
This topic has been closed for replies.

1 reply

Inspiring
February 18, 2009
ListLen(). Use chr(13) as your delimiter