Documentation of 'javanpst.data.readers.tabularDataReaders.TabularDataCSVReader' Java class
TabularDataCSVReader
javanpst.data.readers.tabularDataReaders

Class TabularDataCSVReader



  • public class TabularDataCSVReader
    extends java.lang.Object
    A CSV reader for numeric tabular data. Store data inside a inner table. Support null values treatment.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static DataTable getTable()
      Get a copy of the inner table as output
      static void readCSVTabularData(java.lang.String file)
      Read tabular data from a CSV file
      • Methods inherited from class java.lang.Object

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

      • TabularDataCSVReader

        public TabularDataCSVReader()
    • 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

You see the box below because you did not login.