Class FileReader

    • Constructor Detail

      • FileReader

        public FileReader()
    • Method Detail

      • getColumnTypes

        public ColumnType[] getColumnTypes​(Reader reader,
                                           ReadOptions options,
                                           int linesToSkip,
                                           com.univocity.parsers.common.AbstractParser<?> parser,
                                           String[] columnNames)
        Returns an array containing the inferred columnTypes for the file being read, as calculated by the ColumnType inference logic. These types may not be correct.
      • getTypeString

        protected String getTypeString​(Table structure)