Class CSVUtils


  • public class CSVUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CSVUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String[] getColumnsLabel​(java.lang.String csvFilePath, java.lang.String separator)  
      static long getCSVLinesNumber​(java.lang.String csvFilePath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSVUtils

        public CSVUtils()
    • Method Detail

      • getColumnsLabel

        public static java.lang.String[] getColumnsLabel​(java.lang.String csvFilePath,
                                                         java.lang.String separator)
                                                  throws java.io.FileNotFoundException,
                                                         java.io.IOException
        Throws:
        java.io.FileNotFoundException
        java.io.IOException
      • getCSVLinesNumber

        public static long getCSVLinesNumber​(java.lang.String csvFilePath)
                                      throws java.io.IOException
        Throws:
        java.io.IOException