Class PyDialect

    • Field Detail

      • TYPE

        public static final PyType TYPE
      • doublequote

        public boolean doublequote
        Whether " is represented by "".
      • delimiter

        public char delimiter
        Field separator.
      • quotechar

        public char quotechar
        Quote character.
      • escapechar

        public char escapechar
        Escape character.
      • skipinitialspace

        public boolean skipinitialspace
        Ignore spaces following delimiter?
      • lineterminator

        public java.lang.String lineterminator
        String to write between records.
      • quoting

        public QuoteStyle quoting
        Style of quoting to write.
      • strict

        public boolean strict
        Whether an exception is raised on bad CSV.
    • Constructor Detail

      • PyDialect

        public PyDialect()
      • PyDialect

        public PyDialect​(PyType subType)
    • Method Detail

      • getEscapechar

        public PyObject getEscapechar()
      • getQuotechar

        public PyObject getQuotechar()
      • getQuoting

        public PyObject getQuoting()
      • setQuoting

        public void setQuoting​(PyObject obj)
      • delQuoting

        public void delQuoting()