Class CSVUtils
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.csv.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 longgetCSVLinesNumber(java.lang.String csvFilePath)
-
-
-
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.FileNotFoundExceptionjava.io.IOException
-
getCSVLinesNumber
public static long getCSVLinesNumber(java.lang.String csvFilePath) throws java.io.IOException- Throws:
java.io.IOException
-
-