Class CsvRenderer

    • Constructor Detail

      • CsvRenderer

        public CsvRenderer()
    • Method Detail

      • Quotes

        public final String Quotes()
      • QuotesReplacement

        public final String QuotesReplacement()
      • Null

        public final String Null()
      • Comma

        public final String Comma()
      • renderTable

        public void renderTable​(Writer output,
                                String tableId,
                                Table table)
      • renderAllRecords

        public void renderAllRecords​(Writer output,
                                     Table table)
      • render

        public void render​(Writer output,
                           Record record,
                           scala.collection.immutable.Seq<String> fields)
      • writeLinkIfNotEmpty

        public boolean writeLinkIfNotEmpty​(Writer output,
                                           String field,
                                           URIValue link)
      • renderTypeSelection

        public void renderTypeSelection​(Writer output,
                                        String tableName,
                                        Table table)
      • renderTypeDefinition

        public void renderTypeDefinition​(Writer output,
                                         Table table)