# Linux/macOS sha256sum csv-1.0.0.jar Get-FileHash csv-1.0.0.jar
If you’ve been working with Java-based ETL or data processing pipelines, you might have stumbled upon the need for a fast, simple, and memory-efficient CSV reader . One hidden gem in this space is the talend-csv-1.0.0.jar . talend csv-1.0.0.jar download
String[] nextLine; while ((nextLine = reader.readNext()) != null) for (String field : nextLine) System.out.print(field + " System.out.println(); reader.close(); # Linux/macOS sha256sum csv-1