CSV Parser in java is used to process and manipulate CSV files.
The methods are compressed as JAR Files. Download and import the respective JAR File in the editor.
Functions:
- DataCSV()
- DataCSV(String FileName)
- CreateCSV(String FileName,List Columns)
- ReadCSV(String FileName)
- save()
- save(String FileName)
- appendToCSV(List row)
- Summarize()
- size()
- isEmpty()
- columns()
- getRow(int rowNumber)
- getColumn(int columnNumber)
- getColumns(String columnName)