How to use it
- Paste CSV or select a local file.
- Choose whether the first row is a header.
- Count total, data and empty rows.
Search by tool name or category.
No tools found.
Count parsed CSV rows and separate header, data and empty rows.
Add CSV data to count its rows.
Count logical CSV records while respecting quoted line breaks instead of relying only on physical text lines.
A row is empty when all parsed cells contain only whitespace. The optional header is excluded from the data-row count.
A header, two populated records and one blank record report four total rows, two data rows and one empty row.
Quoted multiline cells remain part of one logical record. A final newline does not create an extra empty record.