Class CSVImporterOptions

    • Field Detail

      • dateFormat

        protected final DateFormat dateFormat
      • listSeparatorRegex

        protected final String listSeparatorRegex
      • commentMarker

        protected final Character commentMarker
      • escapeCharacter

        protected final Character escapeCharacter
      • updateExisting

        protected final boolean updateExisting
      • checkAllowedSubTypes

        protected final boolean checkAllowedSubTypes
      • sendEmail

        protected final boolean sendEmail
      • batchSize

        protected final int batchSize
      • computeTotalThresholdSize

        protected final long computeTotalThresholdSize
    • Method Detail

      • computeDateFormat

        protected DateFormat computeDateFormat​(String dateFormat)
      • getDateFormat

        public DateFormat getDateFormat()
      • getListSeparatorRegex

        public String getListSeparatorRegex()
      • getCommentMarker

        public Character getCommentMarker()
      • getEscapeCharacter

        public Character getEscapeCharacter()
      • updateExisting

        public boolean updateExisting()
      • checkAllowedSubTypes

        public boolean checkAllowedSubTypes()
      • sendEmail

        public boolean sendEmail()
      • getBatchSize

        public int getBatchSize()
      • getComputeTotalThresholdSize

        public long getComputeTotalThresholdSize()
        Since:
        11.5