javanpst.data.readers.tabularDataReaders
Class TabularDataCSVReader
- java.lang.Object
-
- javanpst.data.readers.tabularDataReaders.TabularDataCSVReader
-
public class TabularDataCSVReader extends java.lang.ObjectA CSV reader for numeric tabular data. Store data inside a inner table. Support null values treatment.
-
-
Constructor Summary
Constructors Constructor and Description TabularDataCSVReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static DataTablegetTable()Get a copy of the inner table as outputstatic voidreadCSVTabularData(java.lang.String file)Read tabular data from a CSV file
-
-
-
Method Detail
-
getTable
public static DataTable getTable()
Get a copy of the inner table as output- Returns:
- a copy of the inner table
-
readCSVTabularData
public static void readCSVTabularData(java.lang.String file)
Read tabular data from a CSV file- Parameters:
file- path of the file
-
-
DMelt 3.0 © DataMelt by jWork.ORG