Class UniVocityCsvDataFormat


  • @Metadata(firstVersion="2.15.0",
              label="dataformat,transformation,csv",
              title="uniVocity CSV")
    public class UniVocityCsvDataFormat
    extends UniVocityAbstractDataFormat
    Marshal and unmarshal Java objects from and to CSV (Comma Separated Values) using UniVocity Parsers.
    • Constructor Detail

      • UniVocityCsvDataFormat

        public UniVocityCsvDataFormat()
    • Method Detail

      • getQuoteAllFields

        public String getQuoteAllFields()
      • setQuoteAllFields

        public void setQuoteAllFields​(String quoteAllFields)
        Whether or not all values must be quoted when writing them.
      • getQuote

        public String getQuote()
      • setQuote

        public void setQuote​(String quote)
        The quote symbol.
      • getQuoteEscape

        public String getQuoteEscape()
      • setQuoteEscape

        public void setQuoteEscape​(String quoteEscape)
        The quote escape symbol
      • getDelimiter

        public String getDelimiter()
      • setDelimiter

        public void setDelimiter​(String delimiter)
        The delimiter of values