Class CSVExtractor.Settings

    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • isHasHeaders

        @Description("Does the CSV file have headers (true) or not (false)")
        public boolean isHasHeaders()
      • setHasHeaders

        public void setHasHeaders​(boolean hasHeaders)
      • getExtensions

        @Description("The list of file extensions on which this processor will act (case insensitive). If empty, then the processor will act on all files.")
        public List<String> getExtensions()
      • setExtensions

        public void setExtensions​(List<String> extensions)