Class CsvProcessor

    • Constructor Detail

      • CsvProcessor

        public CsvProcessor()
    • Method Detail

      • getDateFormat

        public DateFormat getDateFormat()
      • setDateFormat

        public void setDateFormat​(DateFormat dateFormat)
      • setDateFormat

        public void setDateFormat​(String pattern)
      • getFieldNames

        public List<String> getFieldNames()
      • setFields

        public void setFields​(List<Field> fields)
      • setFields

        protected void setFields​(Field[] fields)
      • setFieldNames

        protected void setFieldNames​(String[] fieldNames)