Class CsvWriter


  • public final class CsvWriter
    extends Object
    This class is an adaptation of the CSVWriter class of OpenCSV. We've made the writer work without having the output stream as state (suiting for Resource usage).
    • Method Detail

      • buildLine

        public String buildLine​(String[] nextLine)
        Builds a line for the CSV file output
        Parameters:
        nextLine - a string array with each comma-separated element as a separate entry.