Class CSVReader


  • public class CSVReader
    extends Object
    The Class CSVReader.
    Author:
    Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Jan 29, 2019
    • Method Detail

      • parseLine

        public static List<String> parseLine​(String cvsLine)
        Parses the line.
        Parameters:
        cvsLine - the cvs line
        Returns:
        the list
      • parseLine

        public static List<String> parseLine​(String cvsLine,
                                             char separators)
        Parses the line.
        Parameters:
        cvsLine - the cvs line
        separators - the separators
        Returns:
        the list
      • getCsvFile

        public CSVFile getCsvFile()
        Gets the csv file.
        Returns:
        the csvFile
      • getFile

        public File getFile()
        Gets the file.
        Returns:
        the file