Class DelimitedDataOptions

    • Constructor Detail

      • DelimitedDataOptions

        public DelimitedDataOptions()
        Creates a default CSV field data format descriptor.
      • DelimitedDataOptions

        public DelimitedDataOptions​(String recordTerminator,
                                    String fieldDelimiter,
                                    String escapeSequence,
                                    String quote)
        Creates a custom delimited field data format descriptor, options not provided are csv defaulted.
        Parameters:
        recordTerminator - the record terminator
        fieldDelimiter - the field delimiter
        escapeSequence - the escape sequence
        quote - the quote
    • Method Detail

      • getRecordTerminator

        public String getRecordTerminator()
        Gets the record terminator.
        Returns:
        the record terminator
      • setRecordTerminator

        public void setRecordTerminator​(String recordTerminator)
        Sets the record terminator.
        Parameters:
        recordTerminator - the new record terminator
      • getFieldDelimiter

        public String getFieldDelimiter()
        Gets the field delimiter.
        Returns:
        the field delimiter
      • setFieldDelimiter

        public void setFieldDelimiter​(String fieldDelimiter)
        Sets the field delimiter.
        Parameters:
        fieldDelimiter - the new field delimiter
      • getEscapeSequence

        public String getEscapeSequence()
        Gets the escape sequence.
        Returns:
        the escape sequence
      • setEscapeSequence

        public void setEscapeSequence​(String escapeSequence)
        Sets the escape sequence.
        Parameters:
        escapeSequence - the new escape sequence
      • getQuote

        public String getQuote()
        Gets the quote.
        Returns:
        the quote
      • setQuote

        public void setQuote​(String quote)
        Sets the quote.
        Parameters:
        quote - the new quote