How to count rows of CSV file?

In my app users can upload a CSV file. I don’t actually need this to be inputted into my database, I just need the link to the file (simple enough!). The challenge is I want to count the number of rows uploaded in a user’s CSV. Does anyone know a way to do this? Thanks!

When you upload the CSV how are you doing it?

1 Like

Hey Boston! Currently with the standard “Upload File” module.

Bumping.

How can I display how many rows were uploaded in a CSV file via the “Upload File” module or @eli’s 1T CSV Uploader plugin?

Thanks

Did anyone ever figure this out?