I\'m trying to think of a way to count the number of lines in a .csv file using Javascript, any useful tips or resources someone can direct me to?
If you are asking to count number of rows in a csv then you can use this example..
http://purbayubudi.wordpress.com/2008/11/09/csv-parser-using-javascript/
It takes the csv file and in a popup window display number of rows..